Fix eslint so it only lints the local package. Other packages have their own responsibilities.
This commit is contained in:
@ -12,6 +12,8 @@ export default [
|
||||
{
|
||||
ignores: [
|
||||
"dist/",
|
||||
".wireit/",
|
||||
"packages/",
|
||||
// don't ever lint node_modules
|
||||
"node_modules/",
|
||||
".storybook/*",
|
||||
|
||||
Reference in New Issue
Block a user