forked from babel/babel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.eslintignore
34 lines (31 loc) · 817 Bytes
/
.eslintignore
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
/lib
/build
/.git
package.json
packages/babel-runtime
!packages/babel-plugin-transform-runtime/scripts
packages/babel-runtime-corejs2
packages/babel-runtime-corejs3
packages/*/node_modules
packages/*/lib
packages/*/dist
packages/*/test/fixtures
packages/*/test/tmp
codemods/*/node_modules
codemods/*/lib
codemods/*/dist
codemods/*/test/fixtures
codemods/*/test/tmp
packages/babel-compat-data/build
packages/babel-preset-env/data/[^(plugin-features|shipped-proposals).js]
packages/babel-preset-env/test/debug-fixtures
packages/babel-standalone/babel.js
packages/babel-standalone/babel.min.js
packages/babel-parser/test/expressions
packages/babel-core/src/vendor
eslint/*/lib
eslint/*/node_modules
eslint/*/test/fixtures
test/runtime-integration/*/output.js
test/runtime-integration/*/output-absolute.js
Makefile.js