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'; |
||||
|
||||
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 |
||||
.github |
||||
dist/ |
||||
pkg/ |
||||
node_modules |
||||
public/vendor/ |
||||
vendor/ |
||||
/data/ |
||||
.yarn |
||||
build |
||||
compiled |
||||
data |
||||
deployment_tools_config.json |
||||
devenv |
||||
dist |
||||
e2e/tmp |
||||
scripts/grafana-server/tmp |
||||
public/build/ |
||||
public/sass/*.generated.scss |
||||
devenv/ |
||||
node_modules |
||||
pkg |
||||
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