Skip to content

Commit

Permalink
chore: add eslintignore (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey committed May 20, 2020
1 parent 45e22a4 commit 6032f14
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Expand Up @@ -57,5 +57,10 @@
"jsx-a11y/tabindex-no-positive": "off",
"no-return-assign": "off"
}
}
},
"eslintIgnore": [
"node_modules",
"coverage",
"dist"
]
}

0 comments on commit 6032f14

Please sign in to comment.