aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintignore
blob: f96d39a168a0c02538a523eb5c83f737953a3e6f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
node_modules/**
dist/**
builds/**
test-builds/**
docs/**
coverage/

development/bundle.js
development/states.js

app/scripts/lib/extension-instance.js
app/scripts/chromereload.js
app/vendor/**

ui/lib/blockies.js

mascara/src/app/first-time/spinner.js
mascara/test/jquery-3.1.0.min.js

test/integration/bundle.js
test/integration/jquery-3.1.0.min.js
test/integration/helpers.js