add .travis.yml to run lint
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
language: node_js
|
||||||
+2
-1
@@ -41,6 +41,7 @@
|
|||||||
"lint:addon": "addons-linter webextension --self-hosted",
|
"lint:addon": "addons-linter webextension --self-hosted",
|
||||||
"lint:css": "stylelint webextension/css/*.css",
|
"lint:css": "stylelint webextension/css/*.css",
|
||||||
"lint:html": "htmllint webextension/*.html",
|
"lint:html": "htmllint webextension/*.html",
|
||||||
"lint:js": "eslint ."
|
"lint:js": "eslint .",
|
||||||
|
"test": "npm run lint"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user