eslint-config-opuscapita
Advanced tools
Comparing version 1.0.8 to 1.0.9
{ | ||
"name": "eslint-config-opuscapita", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "OpusCapita ESLint config, following our styleguide", | ||
"main": "index.js", | ||
"scripts": { | ||
"lint": "eslint ." | ||
"lint": "eslint .", | ||
"publish-release": "npm-publish --release" | ||
}, | ||
@@ -22,12 +23,13 @@ "homepage": "https://github.com/OpusCapita/eslint-config", | ||
"devDependencies": { | ||
"eslint": "^3.10.2", | ||
"eslint-find-rules": "^1.14.3", | ||
"eslint-plugin-react": "^6.7.1", | ||
"babel-eslint": "^7.1.1" | ||
"@opuscapita/npm-scripts": "2.0.0", | ||
"babel-eslint": "7.1.1", | ||
"eslint": "3.19.0", | ||
"eslint-find-rules": "1.14.3", | ||
"eslint-plugin-react": "6.10.3" | ||
}, | ||
"peerDependencies": { | ||
"eslint": "^3.10.2", | ||
"eslint-plugin-react": "^6.7.1", | ||
"babel-eslint": "^7.1.1" | ||
"babel-eslint": "^7.1.1", | ||
"eslint": "^3.19.0", | ||
"eslint-plugin-react": "^6.10.3" | ||
} | ||
} |
@@ -14,4 +14,6 @@ "use strict"; | ||
// disallow use of variables before they are defined | ||
"no-use-before-define": 2 | ||
"no-use-before-define": 2, | ||
// disallow use of undeclared variables unless mentioned in a /*global */ block | ||
'no-undef': 2 | ||
} | ||
}; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
440
37338
5
13