eslint-config-piecioshka
Advanced tools
Comparing version 2.3.4 to 2.3.5
{ | ||
"name": "eslint-config-piecioshka", | ||
"version": "2.3.4", | ||
"description": "🔨 ESLint (for v4.3.0) configuration of my style. Defined all rules.", | ||
"version": "2.3.5", | ||
"license": "MIT", | ||
@@ -15,2 +15,16 @@ "author": { | ||
}, | ||
"devDependencies": { | ||
"eslint": "^8.17.0", | ||
"jasmine": "^3.5.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+ssh://git@github.com/piecioshka/eslint-config-piecioshka.git" | ||
}, | ||
"files": [ | ||
"parts", | ||
"index.js", | ||
"package.json", | ||
"README.md" | ||
], | ||
"keywords": [ | ||
@@ -34,16 +48,3 @@ "eslint", | ||
], | ||
"files": [ | ||
"parts", | ||
"index.js", | ||
"package.json", | ||
"README.md" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git+ssh://git@github.com/piecioshka/eslint-config-piecioshka.git" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^8.17.0", | ||
"jasmine": "^3.5.0" | ||
} | ||
"main": "./index.js" | ||
} |
@@ -61,2 +61,2 @@ # eslint-config-piecioshka | ||
[The MIT License](https://piecioshka.mit-license.org) @ 2015-2022 | ||
[The MIT License](https://piecioshka.mit-license.org) @ 2015-2024 |
29224