mirror of
https://github.com/grafana/grafana.git
synced 2024-11-24 09:50:29 -06:00
9b5a42845d
* 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.0
6 lines
140 B
TypeScript
6 lines
140 B
TypeScript
import { regexp } from '@betterer/regexp';
|
|
|
|
export default {
|
|
'no enzyme tests': () => regexp(/from 'enzyme'/g).include('**/*.test.*'),
|
|
};
|