mirror of
https://github.com/Wessel/yorushika.git
synced 2026-06-08 14:18:31 +02:00
75 lines
1.8 KiB
Plaintext
75 lines
1.8 KiB
Plaintext
{
|
|
"env": {
|
|
"amd": false,
|
|
"es6": true,
|
|
"node": true,
|
|
"jest": false,
|
|
"mongo": true,
|
|
"mocha": false,
|
|
"qunit": false,
|
|
"worker": true,
|
|
"meteor": false,
|
|
"jquery": false,
|
|
"browser": false,
|
|
"jasmine": false,
|
|
"shelljs": false,
|
|
"nashorn": false,
|
|
"commonjs": true,
|
|
"atomtest": false,
|
|
"embertest": false,
|
|
"phantomjs": false,
|
|
"protractor": false,
|
|
"prototypejs": false,
|
|
"applescript": false,
|
|
"greasemonkey": false,
|
|
"webextensions": false,
|
|
"serviceworker": false,
|
|
"shared-node-browser": false
|
|
},
|
|
"parserOptions": {
|
|
"ecmaVersion": 8,
|
|
"sourceType": "module",
|
|
"ecmaFeatures": {
|
|
"restParams": true,
|
|
"impliedStrict": true,
|
|
"jsx": true,
|
|
"arrowFunctions": true,
|
|
"binaryLiterals": true,
|
|
"blockBindings": true,
|
|
"classes": true,
|
|
"defaultParams": true,
|
|
"destructuring": true,
|
|
"forOf": true,
|
|
"generators": true,
|
|
"modules": true,
|
|
"objectLiteralComputedProperties": true,
|
|
"objectLiteralDuplicateProperties": true,
|
|
"objectLiteralShorthandMethods": true,
|
|
"objectLiteralShorthandProperties": true,
|
|
"octalLiterals": true,
|
|
"regexUFlag": true,
|
|
"regexYFlag": true,
|
|
"spread": true,
|
|
"superInFunctions": true,
|
|
"templateStrings": true,
|
|
"unicodeCodePointEscapes": true,
|
|
"globalReturn": true
|
|
}
|
|
},
|
|
"plugins": [],
|
|
"rules": {
|
|
"strict": 0,
|
|
"semi": "warn",
|
|
"indent": [
|
|
0,
|
|
2
|
|
],
|
|
"no-undef": 1,
|
|
"no-global-assign": 1,
|
|
"comma-dangle": "warn"
|
|
},
|
|
"globals": {
|
|
"_config": false,
|
|
"console": false
|
|
}
|
|
} |