forked from aces/Loris
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.eslintignore
More file actions
30 lines (27 loc) · 761 Bytes
/
Copy path.eslintignore
File metadata and controls
30 lines (27 loc) · 761 Bytes
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
node_modules/*
vendor/*
project/*
babel.config.js
webpack.config.ts
# compiled js ignored since it is run on the jsx directory
modules/*/js/*
!modules/brainbrowser/js/brainbrowser.config.js
!modules/brainbrowser/js/brainbrowser.loris.js
modules/electrophysiology_browser/jsx/react-series-data-viewer/src/protocol-buffers/chunk_pb.js
htdocs/js/components/*
# Ignore external libs
htdocs/js/flot/*
htdocs/js/jquery/*
htdocs/js/jszip/*
htdocs/js/modernizr/*
htdocs/js/modules/*
htdocs/js/react/*
htdocs/js/shims/*
htdocs/js/c3.min.js
htdocs/js/d3.min.js
htdocs/js/FileSaver.min.js
htdocs/vendor/
htdocs/fontawesome/
htdocs/bootstrap/
# ignore until eslint errors are fixed
modules/electrophysiology_browser/jsx/react-series-data-viewer/src/series/components/**