mirror of
https://github.com/grafana/grafana.git
synced 2025-09-18 05:02:51 +08:00
Build: enable caching in eslint plugin (#64325)
enable caching in eslint plugin
This commit is contained in:
@ -88,8 +88,8 @@ module.exports = (env = {}) =>
|
||||
},
|
||||
},
|
||||
}),
|
||||
// next major version of ForkTsChecker is dropping support for ESLint
|
||||
new ESLintPlugin({
|
||||
cache: true,
|
||||
lintDirtyModulesOnly: true, // don't lint on start, only lint changed files
|
||||
extensions: ['.ts', '.tsx'],
|
||||
}),
|
||||
|
Reference in New Issue
Block a user