@ticketmaster/allure-create-app
Version:
Allure project creator with one command
57 lines (49 loc) • 860 B
Plain Text
Common .eslintignore rules
See https://eslint.org/docs/user-guide/configuring#eslintignore for more about ignoring files.
Logs and databases #
#####################
logs
*.log
*.sql
*.sqlite
OS generated files #
#####################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
Node generated files #
#######################
node_modules
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
Compilation folders #
######################
.vercel
.now
.next
out
build
dist
artifacts
Tests #
########
coverage
.snapshots
Assets #
#########
public
*.min.js
Misc #
#######
next-env.d.ts
Rules specific to this project #
####################
Add the rules specific to your project below.
If you need to disable a previous rule, don't remove it. Use the "!" to disable it.
e.g. !coverage