forked from DebaucheryLibrarian/traxxx
14 lines
333 B
Plaintext
14 lines
333 B
Plaintext
|
{
|
||
|
"extends": "airbnb-base",
|
||
|
"parserOptions": {
|
||
|
"sourceType": "script"
|
||
|
},
|
||
|
"rules": {
|
||
|
"strict": 0,
|
||
|
"no-unused-vars": ["error", {"argsIgnorePattern": "^_"}],
|
||
|
"no-console": 0,
|
||
|
"indent": ["error", 4],
|
||
|
"max-len": [2, {"code": 200, "tabWidth": 4, "ignoreUrls": true}]
|
||
|
}
|
||
|
}
|