source:
frontend/node_modules/is-core-module/.eslintrc
| Last change on this file was 9af201e, checked in by , 12 days ago | |
|---|---|
|
|
| File size: 339 bytes | |
| Line | |
|---|---|
| 1 | { |
| 2 | "extends": "@ljharb", |
| 3 | "root": true, |
| 4 | "rules": { |
| 5 | "func-style": 1, |
| 6 | }, |
| 7 | "overrides": [ |
| 8 | { |
| 9 | "files": "test/**", |
| 10 | "rules": { |
| 11 | "global-require": 0, |
| 12 | "max-depth": 0, |
| 13 | "max-lines-per-function": 0, |
| 14 | "no-negated-condition": 0, |
| 15 | }, |
| 16 | }, |
| 17 | ], |
| 18 | } |
Note:
See TracBrowser
for help on using the repository browser.
