1
0
Fork 0
bootstrap-icons/.eslintrc.json
Daniel Baumann dafef1aa3b
Adding upstream version 1.9.1+dfsg.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-17 07:10:40 +01:00

24 lines
375 B
JSON

{
"root": true,
"env": {
"es6": true,
"node": true
},
"parserOptions": {
"ecmaVersion": 2019
},
"extends": "eslint:recommended",
"rules": {
"no-return-await": "error",
"object-curly-spacing": [
"error",
"always"
],
"prefer-template": "error",
"semi": [
"error",
"never"
],
"strict": "error"
}
}