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

Unified Diff: eslint-config-eyeo/package.json

Issue 29374555: Issue 3692 - Add base ESLint configuration (Closed)
Patch Set: Addressed Sebastian's feedback Created Feb. 15, 2017, 11:43 a.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 | « eslint-config-eyeo/index.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: eslint-config-eyeo/package.json
diff --git a/eslint-config-eyeo/package.json b/eslint-config-eyeo/package.json
new file mode 100644
index 0000000000000000000000000000000000000000..a7235e8f39cb61389a9ad678d38e53044ec85e58
--- /dev/null
+++ b/eslint-config-eyeo/package.json
@@ -0,0 +1,28 @@
+{
+ "name": "eslint-config-eyeo",
+ "version": "1.0.0",
+ "description": "ESLint configuration as used by eyeo.",
+ "main": "index.js",
+ "repository": {
+ "type": "hg",
+ "url": "https://hg.adblockplus.org/codingtools"
+ },
+ "keywords": [
+ "eyeo",
+ "adblockplus",
+ "abp",
+ "eslint",
+ "eslintconfig"
+ ],
+ "author": {
+ "name": "eyeo GmbH",
+ "url": "https://eyeo.com/"
+ },
+ "license": "GPL-3.0",
+ "bugs": {
+ "url": "https://issues.adblockplus.org/"
+ },
+ "peerDependencies": {
+ "eslint": ">= 3.14.1"
+ }
+}
« no previous file with comments | « eslint-config-eyeo/index.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld