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

12 lines
No EOL
163 B
JSON
Executable file

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