eslint-config-piecioshka
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -11,3 +11,3 @@ 'use strict'; | ||
// ------------------------------------ | ||
"rules": require('./rules'), | ||
"rules": require('./parts/rules'), | ||
@@ -17,3 +17,3 @@ // Specifying Language Options: http://eslint.org/docs/user-guide/configuring#specifying-language-options | ||
"ecmaFeatures": require('./ecmaFeatures'), | ||
"ecmaFeatures": require('./parts/ecmaFeatures'), | ||
@@ -20,0 +20,0 @@ // Specifying Environments: http://eslint.org/docs/user-guide/configuring#specifying-environments |
{ | ||
"name": "eslint-config-piecioshka", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "ESLint (for v2.13.1) configuration of my style. Defined all rules.", | ||
@@ -11,2 +11,5 @@ "license": "MIT", | ||
}, | ||
"scripts": { | ||
"test": "jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json" | ||
}, | ||
"keywords": [ | ||
@@ -39,3 +42,6 @@ "eslint", | ||
"url": "http://github.com/piecioshka/eslint-config-piecioshka.git" | ||
}, | ||
"devDependencies": { | ||
"jasmine": "^2.4.1" | ||
} | ||
} |
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
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
27821
1
5
2
0