mirror of
https://github.com/vxcontrol/ncform.git
synced 2026-06-30 22:17:58 -04:00
23 lines
399 B
Plaintext
Executable File
23 lines
399 B
Plaintext
Executable File
{
|
|
"root": true,
|
|
"env": {
|
|
"browser": true,
|
|
"node": true,
|
|
"es6": true
|
|
},
|
|
"extends": [
|
|
"airbnb-base",
|
|
"plugin:prettier/recommended",
|
|
"plugin:vue/essential"
|
|
],
|
|
"rules": {
|
|
"no-underscore-dangle": 0,
|
|
"no-unused-vars": 1,
|
|
"no-param-reassign": 1,
|
|
"no-eval": 1,
|
|
"class-methods-use-this": 1,
|
|
"no-restricted-syntax": 1,
|
|
"global-require": 1
|
|
}
|
|
}
|