AdminLTE/build/config/.eslintrc.json
dependabot[bot] bd372c0904
Bump eslint-plugin-unicorn from 29.0.0 to 31.0.0 (#3631)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel <50356015+danny007in@users.noreply.github.com>
2021-04-26 13:51:38 +05:30

16 lines
249 B
JSON

{
"env": {
"browser": false,
"node": true
},
"parserOptions": {
"sourceType": "script"
},
"extends": "../../.eslintrc.json",
"rules": {
"no-console": "off",
"strict": "error",
"unicorn/prefer-module": "off"
}
}