Skip to content

Commit

Permalink
Finalize
Browse files Browse the repository at this point in the history
  • Loading branch information
yayuyokitano committed Sep 21, 2023
1 parent a708871 commit b9b04a6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
3 changes: 0 additions & 3 deletions .eslintrc.yml

This file was deleted.

20 changes: 13 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stylelint-config-web-scrobbler",
"version": "0.2.0",
"name": "@web-scrobbler/stylelint-config",
"version": "1.0.0",
"author": "Alexey <[email protected]>",
"description": "Stylelint configuration file for Web Scrobbler projects",
"license": "MIT",
Expand All @@ -21,17 +21,23 @@
"node": ">=10.0.0"
},
"dependencies": {
"stylelint-order": "^6.0.3"
"stylelint-order": "6.0.3"
},
"devDependencies": {
"eslint": "^8.19.0",
"eslint-config-web-scrobbler": "^2.1.1",
"stylelint-config-standard-scss": "^11.0.0"
"@web-scrobbler/eslint-config": "3.0.0",
"eslint": "8.49.0",
"stylelint-config-standard-scss": "11.0.0"
},
"peerDependencies": {
"stylelint": ">=15.10.0"
},
"eslintConfig": {
"extends": "@web-scrobbler/eslint-config",
"parserOptions": {
"ecmaVersion": 2020
}
},
"scripts": {
"lint": "eslint *.js"
"lint": "eslint . --ext .js"
}
}

0 comments on commit b9b04a6

Please sign in to comment.