mirror of
https://github.com/hacks-guide/Guide-WiiU.git
synced 2026-06-02 22:07:02 -05:00
15 lines
289 B
JavaScript
15 lines
289 B
JavaScript
module.exports = {
|
|
"parserOptions": {
|
|
"ecmaVersion": 5,
|
|
"sourceType": "script"
|
|
},
|
|
"env": {
|
|
"commonjs": false,
|
|
"es6" : false,
|
|
"node" : false
|
|
},
|
|
"rules": {
|
|
"no-var" : "off",
|
|
"prefer-const": "off"
|
|
}
|
|
} |