-
Notifications
You must be signed in to change notification settings - Fork 555
Expand file tree
/
Copy path.eslintignore
More file actions
47 lines (42 loc) · 1.11 KB
/
.eslintignore
File metadata and controls
47 lines (42 loc) · 1.11 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
# Vendors
node_modules
**/node_modules/**
# Artifacts
dist
build
website
**/cjs
**/es
**/dist
**/vue2
**/vue3
coverage
# Caches
.cache
.parcel-cache
.expo
.next
# Non-lintable source files
## Symlinked packages in examples (already linted from their real location)
examples/js/e-commerce-umd/public/packages
## Polyfills for examples, retrieved from polyfill.io
examples/**/polyfills.js
## React-Native TypeScript wasn't supporting the mix of react 18 and 17
examples/react/react-native
## Next.js examples have their own tsconfig and are type-checked during their build
examples/react/next
examples/react/next-routing
examples/react/next-app-router
## Excluded from global typescript config
**/next-env.d.ts
specs/src/env.d.ts
## templates that don't get installed
packages/create-instantsearch-app/src/templates
## test fixtures for codemods
packages/instantsearch-codemods/__testfixtures__
# Playwright artifacts and test files (Playwright has its own tsconfig)
**/playwright-report/**
**/test-results/**
tests/e2e/playwright/**
## Rollup configs use import attributes syntax not yet supported by ESLint parser
**/rollup.config.mjs