File: .eslintignore

package info (click to toggle)
node-sort-package-json 2.6.0%2B~cs4.2.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,392 kB
  • sloc: javascript: 1,988; makefile: 8; sh: 2
file content (30 lines) | stat: -rw-r--r-- 395 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# ignore file for `eslint`
#
# update: wget -O .eslintignore https://git.io/fjVjo
# document: https://eslint.org/docs/user-guide/configuring#eslintignore
#

# also lint dot files
!.*

# vendors
**/node_modules/**
**/vendors/**
**/vendor/**
**/third-party/**

# build file
**/dist/**
**/*.min.*

# fixtures
**/fixtures/**

# test
**/.nyc_output/**
**/coverage/**

# yarn
**/.yarn

# project glob