forked from mui/material-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.eslintignore
31 lines (31 loc) · 986 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
/.git
/.yarn
/benchmark/**/dist
/coverage
/docs/export
/examples/create-react-app*/src/serviceWorker.js
/examples/gatsby/public/
/examples/preact/config
/examples/preact/scripts
# auto-generated by Framer
/framer/Material-UI.framerfx/design/document.json
/packages/material-ui-codemod/lib
/packages/material-ui-codemod/src/*/*.test/*
/packages/material-ui-icons/fixtures
/packages/material-ui-icons/legacy
/packages/material-ui-icons/lib
/packages/material-ui-icons/material-icons/
/packages/material-ui-icons/src/*.js
/packages/material-ui-icons/templateSvgIcon.js
/packages/material-ui-utils/macros/__fixtures__/
# Ignore fixtures
/packages/typescript-to-proptypes/test/*/*
/test/bundling/fixtures/**/*.fixture.js
# just an import that reports eslint errors depending on whether the fixture (which is not checked in) exists
/test/bundling/fixtures/create-react-app/src/index.js
/test/bundling/fixtures/gatsby/.cache
/test/bundling/fixtures/gatsby/public
/tmp
.next
build
node_modules