chess-board/.eslintignore

9 lines
196 B
Plaintext

# 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
# Ignore eslintrc
.eslintrc.js
# Ignore webpack
webpack.config.js