-
Notifications
You must be signed in to change notification settings - Fork 180
/
Copy path.eslintignore
42 lines (36 loc) · 928 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
35
36
37
38
39
40
41
42
**/node_modules/**
**/coverage/**
**/dist/**/*
**/lib/**/*
**/build/**
**/venv/**
.opentrons_config
**/tsconfig*.json
**/vite.config.mts
# prettier
**/package.json
**/CHANGELOG.md
!api/release-notes.md
!app-shell/build/release-notes.md
**/.yarn-cache/**
# components library
storybook-static
# python projects and tools
**/.mypy_cache/**
**/.pytest_cache/**
# todo(mc, 2022-01-28): make these ignore rules more specific so we
# format data files like markdown and JSON inside python projects
api/**
update-server/**
robot-server/**
shared-data/python/**
hardware-testing/**
# abr-testing don't format the json protocols
abr-testing/protocols/**
# analyses-snapshot-testing don't format the json protocols
analyses-snapshot-testing/files
# don't format the snapshots
analyses-snapshot-testing/tests/__snapshots__
analyses-snapshot-testing/analysis_results
opentrons-ai-server/package
opentrons-ai-server/api/storage/index/