RenaiApp/.eslintignore

16 lines
179 B
Plaintext

# ignore every file
*.*
# except these file types
!*.js
!*.ts
# but ignore stuff from .gitignore
node_modules
.nyc_output
/src/**/*.js
/mocks/**/*.js
/frontend
/test-paths
/out