Browse Source

chore: do not lint deploy dir (#589)

pull/598/head
Brandon Casey 6 years ago
committed by GitHub
parent
commit
aa3949fdd8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      package.json

1
package.json

@ -48,6 +48,7 @@
"ignore": [
"dist",
"docs",
"deploy",
"test/dist",
"utils",
"src/*.worker.js"

Loading…
Cancel
Save