File: .eslintignore

package info (click to toggle)
lumino 2024.3.25-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 4,448 kB
  • sloc: javascript: 1,324; python: 129; makefile: 24; sh: 5
file content (26 lines) | stat: -rw-r--r-- 261 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
examples/
node_modules
review
**/build
**/dist
**/lib
**/node_modules
**/static
**/typings
**/types
coverage
*.map.js
*.bundle.js
*.config.js
.eslintrc.js
docs/source/api

# jetbrains IDE stuff
.idea/

# ms IDE stuff
.history/
.vscode/

# CI stuff
pw-browsers/