Skip to content

Instantly share code, notes, and snippets.

@millerized
Created March 9, 2017 20:43
Show Gist options
  • Save millerized/86e90a435462bcb7a91d3207635ed48a to your computer and use it in GitHub Desktop.
Save millerized/86e90a435462bcb7a91d3207635ed48a to your computer and use it in GitHub Desktop.
diff --git a/ui/config.coffee b/ui/config.coffee
index 265f0f0c66..fe794e1555 100644
--- a/ui/config.coffee
+++ b/ui/config.coffee
@@ -73,7 +73,9 @@ module.exports = config:
conventions:
ignored: [
/[\\/]_/,
- /^modules\/.*tests\/test_[\w]+\.js$/
+ /^modules\/.*tests\/test_[\w]+\.js$/,
+ /^modules\/.*\.js$/,
+ /^modules\/.*\.html$/
]
files:
javascripts:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment