webpack/.eslintignore

25 lines
335 B
Plaintext

# Ignore node_modules
node_modules
# Ignore some folders
benchmark
coverage
# Ignore not support files
!.*.js
.eslintrc.js
*.d.ts
# Ignore some test files
test/*
!test/*Cases
!test/helpers
!test/*.js
test/*Cases/**/*.js
!test/*Cases/**/webpack.config.js
# Ignore some examples files
examples/**/*.js
!examples/*/webpack.config.js