14 lines
214 B
JSON
14 lines
214 B
JSON
![]() |
{
|
||
|
"env": {
|
||
|
"browser": true,
|
||
|
"jquery": true,
|
||
|
"commonjs": true,
|
||
|
"node": true
|
||
|
},
|
||
|
"extends": "eslint:recommended",
|
||
|
"rules": {
|
||
|
"indent": ["error", 2],
|
||
|
"quotes": ["error", "single"]
|
||
|
}
|
||
|
}
|