Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Feb 19, 2019
1 parent 24cc6ef commit bba67ac
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/files.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"CHECK": ["{index,register}.js", "*.md", "{src,gulp,test}/**/*.{js,md}"],
"CHECK": [
"{index,register,gulpfile.babel}.js",
"*.md",
"{src,gulp,test}/**/*.{js,md}"
],
"BUILD": "src",
"BUILD_DIST": "dist"
}

0 comments on commit bba67ac

Please sign in to comment.