chore(eslint): Remove the plugin-specific .eslintrc
files
This commit is contained in:
parent
fd21b37adc
commit
7046a14bc2
25 changed files with 2 additions and 433 deletions
|
@ -1,18 +0,0 @@
|
|||
env:
|
||||
browser: true
|
||||
es2021: true
|
||||
extends: eslint:recommended
|
||||
overrides:
|
||||
- files: ["*.yaml", "*.yml"]
|
||||
plugins: ["yaml"]
|
||||
extends: ["plugin:yaml/recommended"]
|
||||
parserOptions:
|
||||
ecmaVersion: latest
|
||||
sourceType: module
|
||||
rules: {}
|
||||
globals:
|
||||
it: readonly
|
||||
describe: readonly
|
||||
process: readonly
|
||||
__dirname: readonly
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue