chess-board/.eslintignore

9 lines
196 B
Plaintext
Raw Normal View History

# don't ever lint node_modules
node_modules
# don't lint build output (make sure it's set to your correct build folder name)
dist
2021-12-30 16:31:23 +00:00
# Ignore eslintrc
.eslintrc.js
2021-12-30 22:43:52 +00:00
# Ignore webpack
webpack.config.js