Skip to content

Commit

Permalink
build: add eslint ignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
vgbr-dev committed Apr 19, 2023
1 parent c04045f commit d067f5b
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# ━━ GENERAL ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
# Dependency directories
node_modules/
jspm_packages/

# docs
/docs/**

# testing
/coverage/**

# production
/build/**
/dist/**

# JsDoc Files
/jsdoc/**

# Matches directory <root>/templates/
/templates/**

# Test
/tests/bench/**
/tests/fixtures/**
/tests/performance/**

# Misc
/tmp/**
reports/
/.pnp
.pnp.js
**/serviceWorker.js
!.eslintrc

# ━━ WORKSPACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
# Notes
/notes/**

# Development
/development/**

# Matches the files name <root>/develop.js
/develop.js

# Matches the files name:
# <root>/develop-01.js
# <root>/develop_01.js
# <root>/develop.01.js
/develop[-_.][0-9][0-9].js

0 comments on commit d067f5b

Please sign in to comment.