diff options
Diffstat (limited to 'vendor/twbs/bootstrap/js/.eslintrc.json')
-rw-r--r-- | vendor/twbs/bootstrap/js/.eslintrc.json | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/vendor/twbs/bootstrap/js/.eslintrc.json b/vendor/twbs/bootstrap/js/.eslintrc.json deleted file mode 100644 index 97ea9e043..000000000 --- a/vendor/twbs/bootstrap/js/.eslintrc.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "extends": "../.eslintrc.json", - "env": { - "es2022": true - }, - "parserOptions": { - "ecmaVersion": "latest", - "sourceType": "module" - }, - "overrides": [ - { - "files": [ - "./*.js", - "./src/**/*.js" - ], - "rules": { - "import/extensions": [ - 2, - { - "js": "always" - } - ] - } - } - ] -} |