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: [
|
ignores: [
|
||||||
"dist/",
|
"dist/",
|
||||||
|
".wireit/",
|
||||||
|
"packages/",
|
||||||
// don't ever lint node_modules
|
// don't ever lint node_modules
|
||||||
"node_modules/",
|
"node_modules/",
|
||||||
".storybook/*",
|
".storybook/*",
|
||||||
|
|||||||
Reference in New Issue
Block a user