source:
imaps-frontend/node_modules/globalthis/.eslintrc
Last change on this file was d565449, checked in by , 4 weeks ago | |
---|---|
|
|
File size: 192 bytes |
Rev | Line | |
---|---|---|
[d565449] | 1 | { |
2 | "root": true, | |
3 | ||
4 | "extends": "@ljharb", | |
5 | ||
6 | "env": { | |
7 | "browser": true, | |
8 | "node": true, | |
9 | }, | |
10 | ||
11 | "ignorePatterns": [ | |
12 | "dist", | |
13 | ], | |
14 | ||
15 | "rules": { | |
16 | "max-statements-per-line": [2, { "max": 2 }] | |
17 | } | |
18 | } |
Note:
See TracBrowser
for help on using the repository browser.