diff options
author | Mario <mario@mariovavti.com> | 2023-05-17 13:28:23 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-05-17 13:28:23 +0000 |
commit | 65d98af24c3c7b784f7e2c95998df65901011ce3 (patch) | |
tree | d7d6a60698d7a0c3704ea55cb71c543285186b17 /vendor/twbs/bootstrap/site/.eslintrc.json | |
parent | a57739c462a7991bf2130e8eca0c383eb276f0cd (diff) | |
parent | 62d35627f35537d0056482047e74a27ad837c3cf (diff) | |
download | volse-hubzilla-8.4.tar.gz volse-hubzilla-8.4.tar.bz2 volse-hubzilla-8.4.zip |
Merge branch '8.4RC'8.4
Diffstat (limited to 'vendor/twbs/bootstrap/site/.eslintrc.json')
-rw-r--r-- | vendor/twbs/bootstrap/site/.eslintrc.json | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/vendor/twbs/bootstrap/site/.eslintrc.json b/vendor/twbs/bootstrap/site/.eslintrc.json deleted file mode 100644 index 0a16f82f9..000000000 --- a/vendor/twbs/bootstrap/site/.eslintrc.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "extends": "../.eslintrc.json", - "env": { - "browser": true, - "node": false - }, - "parserOptions": { - "sourceType": "script" - }, - "plugins": [ - "markdown" - ], - "rules": { - "no-new": "off", - "strict": "error", - "unicorn/no-array-for-each": "off", - "unicorn/numeric-separators-style": "off", - "unicorn/prefer-node-protocol": "off" - }, - "overrides": [ - { - // 2. Enable the Markdown processor for all .md files. - "files": [ - "./**/*.md" - ], - "processor": "markdown/markdown" - }, - { - // In v2, configuration for fenced code blocks is separate from the - // containing Markdown file. Each code block has a virtual filename - // appended to the Markdown file's path. - "files": [ - "./**/*.md/*.js" - ], - // Configuration for fenced code blocks goes with the override for - // the code block's virtual filename, for example: - "parserOptions": { - "ecmaFeatures": { - "impliedStrict": true - } - }, - "rules": { - "no-array-for-each": "off", - "no-labels": "off", - "no-redeclare": "off", - "no-undef": "off", - "no-unused-expressions": "off", - "no-unused-labels": "off", - "no-unused-vars": "off", - "unicorn/no-array-for-each": "off", - "unicorn/numeric-separators-style": "off" - } - } - ] -} |