mirror of https://github.com/grafana/grafana
Chore: Remove prettier-plugin from ESLint (#45910)
* chore(eslint): remove prettier-plugin * chore(eslint): test changes by using grafana/eslint 3.0.0-alpha * chore(prettier): add js,ts,tsx when checking / writing * chore(prettier): dont check js files * chore(linting): align prettier and eslint ignore files * style: run prettier:write on FE codebase * chore(eslint): use grafana/eslint-config@3.0.0pull/46242/head
parent
a9b1a964b0
commit
9b5a42845d
@ -1,5 +1,5 @@ |
|||||||
import { regexp } from '@betterer/regexp'; |
import { regexp } from '@betterer/regexp'; |
||||||
|
|
||||||
export default { |
export default { |
||||||
'no enzyme tests': () => regexp(/from 'enzyme'/g).include('**/*.test.*') |
'no enzyme tests': () => regexp(/from 'enzyme'/g).include('**/*.test.*'), |
||||||
}; |
}; |
||||||
|
@ -1,14 +1,23 @@ |
|||||||
.git |
.git |
||||||
.github |
.github |
||||||
dist/ |
.yarn |
||||||
pkg/ |
build |
||||||
node_modules |
compiled |
||||||
public/vendor/ |
data |
||||||
vendor/ |
deployment_tools_config.json |
||||||
/data/ |
devenv |
||||||
|
dist |
||||||
e2e/tmp |
e2e/tmp |
||||||
scripts/grafana-server/tmp |
node_modules |
||||||
public/build/ |
pkg |
||||||
public/sass/*.generated.scss |
|
||||||
devenv/ |
|
||||||
public/lib/monaco |
public/lib/monaco |
||||||
|
public/sass/*.generated.scss |
||||||
|
scripts/grafana-server/tmp |
||||||
|
vendor |
||||||
|
|
||||||
|
# TS generate from cue by cuetsy |
||||||
|
**/*.gen.ts |
||||||
|
|
||||||
|
# Auto-generated localisation files |
||||||
|
public/locales/_build/ |
||||||
|
public/locales/**/*.js |
||||||
|
Loading…
Reference in new issue