FLUJOS/BACK_BACK/node_modules/parcel-bundler/lib/builtins/.eslintrc.json
2025-11-07 00:06:12 +01:00

13 lines
189 B
JSON
Executable file

{
"extends": "../.eslintrc.json",
"parserOptions": {
"ecmaVersion": 5
},
"env": {
"browser": true
},
"rules": {
"no-global-assign": 1,
"no-unused-vars": 0
}
}