Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: package.json

Issue 29544671: Issue 5509 - add ESLint config (Closed) Base URL: https://github.com/adblockplus/libadblockplus.git
Patch Set: Created Sept. 14, 2017, 12:25 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/.eslintrc.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: package.json
diff --git a/package.json b/package.json
new file mode 100644
index 0000000000000000000000000000000000000000..f8889974d25aad01339148c62ec5116d5c803729
--- /dev/null
+++ b/package.json
@@ -0,0 +1,13 @@
+{
+ "name": "libadblockplus",
+ "repository": "https://hg.adblockplus.org/libadblockplus",
+ "license": "GPL-3.0",
+ "dependencies": {},
+ "devDependencies": {
+ "eslint": "^3.19.0",
+ "eslint-config-eyeo": "1.0.4"
+ },
+ "scripts": {
+ "eslint": "eslint *.js lib"
+ }
+}
« no previous file with comments | « lib/.eslintrc.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld