diff options
| author | XhmikosR <[email protected]> | 2018-10-15 15:24:21 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-10-15 16:03:16 +0300 |
| commit | 29f849879ba05ff2ba54416cb77f94597df83d87 (patch) | |
| tree | 172d7a8e31f36a1b9214c7be6fd0ceddc0ee5585 /site/docs | |
| parent | 18ff70c2487838c12d71fbe1d1b23ff7cdb96a71 (diff) | |
| download | bootstrap-29f849879ba05ff2ba54416cb77f94597df83d87.tar.xz bootstrap-29f849879ba05ff2ba54416cb77f94597df83d87.zip | |
Move docs .eslintrc in site/.
Diffstat (limited to 'site/docs')
| -rw-r--r-- | site/docs/4.1/assets/js/.eslintrc.json | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/site/docs/4.1/assets/js/.eslintrc.json b/site/docs/4.1/assets/js/.eslintrc.json deleted file mode 100644 index e24f3dd09..000000000 --- a/site/docs/4.1/assets/js/.eslintrc.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "env": { - "es6": false, - "jquery": true - }, - "parserOptions": { - "ecmaVersion": 5, - "sourceType": "script" - }, - "extends": "../../../../../.eslintrc.json", - "rules": { - // Best Practices - "no-magic-numbers": "off", - "vars-on-top": "off", - - // Stylistic Issues - "spaced-comment": "off", - - // ECMAScript 6 - "no-var": "off", - "object-shorthand": "off", - "prefer-arrow-callback": "off", - "prefer-template": "off", - "prefer-rest-params": "off" - } -} |
