mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[canvas] unify eslint config in .eslintrc.js (#25260)
Simply remove the remaining eslint config files from canvas and merge with other canvas related overrides in `.eslintrc.js`
This commit is contained in:
parent
f3cf074ffa
commit
5f9337e35b
3 changed files with 12 additions and 4 deletions
12
.eslintrc.js
12
.eslintrc.js
|
@ -447,5 +447,17 @@ module.exports = {
|
|||
],
|
||||
},
|
||||
},
|
||||
{
|
||||
files: ['x-pack/plugins/canvas/public/**/*'],
|
||||
env: {
|
||||
browser: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
files: ['x-pack/plugins/canvas/canvas_plugin_src/lib/flot-charts/**/*'],
|
||||
env: {
|
||||
jquery: true,
|
||||
},
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
env:
|
||||
jquery: true
|
|
@ -1,2 +0,0 @@
|
|||
env:
|
||||
browser: true
|
Loading…
Add table
Add a link
Reference in a new issue