eslint-config-piecioshka
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -477,3 +477,3 @@ module.exports = { | ||
// suggest using const declaration for variables that are never modified after declared | ||
"prefer-const": [2], | ||
"prefer-const": [0], | ||
// suggest using the spread operator instead of .apply(). | ||
@@ -480,0 +480,0 @@ "prefer-spread": [2], |
{ | ||
"name": "eslint-config-piecioshka", | ||
"version": "1.0.5", | ||
"description": "ESLint configuration of my style. Defined all rules.", | ||
"license": "MIT", | ||
"author": { | ||
"name": "Piotr Kowalski", | ||
"email": "piecioshka@gmail.com", | ||
"url": "piecioshka.pl" | ||
}, | ||
"keywords": [ | ||
"eslint", | ||
"eslintconfig", | ||
"hint", | ||
"jshint", | ||
"jhlint", | ||
"lint", | ||
"javascript", | ||
"code", | ||
"quality", | ||
"checker", | ||
"style", | ||
"guide", | ||
"settings", | ||
"default", | ||
"project", | ||
"global" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "http://github.com/piecioshka/eslint-config-piecioshka.git" | ||
}, | ||
"peerDependencies": { | ||
"eslint": ">=1.6.0" | ||
} | ||
"name": "eslint-config-piecioshka", | ||
"version": "1.0.6", | ||
"description": "ESLint configuration of my style. Defined all rules.", | ||
"license": "MIT", | ||
"author": { | ||
"name": "Piotr Kowalski", | ||
"email": "piecioshka@gmail.com", | ||
"url": "piecioshka.pl" | ||
}, | ||
"keywords": [ | ||
"eslint", | ||
"eslintconfig", | ||
"hint", | ||
"jshint", | ||
"jhlint", | ||
"lint", | ||
"javascript", | ||
"code", | ||
"quality", | ||
"checker", | ||
"style", | ||
"guide", | ||
"settings", | ||
"default", | ||
"project", | ||
"global" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "http://github.com/piecioshka/eslint-config-piecioshka.git" | ||
}, | ||
"peerDependencies": { | ||
"eslint": ">=1.6.0" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
28005