qauMaWeb/node_modules/progress-webpack-plugin/.eslintrc

14 lines
234 B
Plaintext
Raw Permalink Normal View History

2024-10-13 18:02:27 +08:00
{
"env": {
"node": true
},
"parserOptions": {
"sourceType": "module"
},
"extends": "standard",
"rules": {
"eol-last": "off",
"import/no-dynamic-require": "off",
"space-before-function-paren":"off"
}
}