Skip to content

Commit 6d63afd

Browse files
authored
Update eslint to v8 (#951)
1 parent 94337e1 commit 6d63afd

File tree

157 files changed

+3131
-2242
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

157 files changed

+3131
-2242
lines changed

jest.config.cjs

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ module.exports = {
66
...baseConfig,
77
projects: [...lintConfig.projects, ...unitConfig.projects],
88
watchPlugins: [
9+
...lintConfig.watchPlugins,
910
'jest-watch-typeahead/filename',
1011
'jest-watch-typeahead/testname',
1112
'jest-watch-select-projects',

jest.config.lint.cjs

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
module.exports = {
2+
watchPlugins: ['jest-runner-eslint/watch-fix'],
23
projects: [
34
{
45
displayName: 'eslint',

0 commit comments

Comments
 (0)