-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Expand file tree
/
Copy path.eslintignore
More file actions
51 lines (44 loc) · 1 KB
/
.eslintignore
File metadata and controls
51 lines (44 loc) · 1 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
##
## Deprecated or Archived Modules
##
#
# Ignore apps that are no longer under active development.
#
apps/archived
apps/google-maps
apps/microblogs
##
## Generated Files
##
#
# For the most part, these are artifacts of our installation and build
# processes and exist only as untracked files. A small number are committed
# to the repository, but as they are generated files the linter should
# not touch them.
#
*.soy.js
apps/frontend-editor/frontend-editor-tinymce-web
apps/frontend-js/frontend-js-jquery-web
build/**
classes/**
css/clay/**
node_modules/**
yarn-*.js
zippableResources/**
##
## Sample Files
##
#
# The few files here are provided for example purposes and are not actively
# changed, so we exclude them from linting.
#
sdk/**
testIntegration/**
##
## Third-Party
##
#
# These are generated third-party files, not intended for editing or
# inspection.
#
apps/frontend-js/frontend-js-svg4everybody-web/src/main/resources/META-INF/resources/svg4everybody.js