Skip to content

Commit

Permalink
Merge pull request #4 from chialab/stylelint-value-no-unknown-custom-…
Browse files Browse the repository at this point in the history
…properties-v5

Update `stylelint-value-no-unknown-custom-properties` dependency.
  • Loading branch information
edoardocavazza authored Dec 11, 2023
2 parents a994fd4 + b3c5435 commit 108f092
Show file tree
Hide file tree
Showing 5 changed files with 1,762 additions and 1,525 deletions.
5 changes: 5 additions & 0 deletions .changeset/dry-poems-battle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@chialab/stylelint-config": patch
---

Update `stylelint-value-no-unknown-custom-properties` dependency.
5 changes: 4 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"extends": "@chialab/eslint-config/javascript/node"
"extends": "@chialab/eslint-config",
"env": {
"node": true
}
}
4 changes: 4 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ module.exports = {
'dist/**/*',
'public/**/*',
'**/*.js',
'**/*.mjs',
'**/*.cjs',
'**/*.jsx',
'**/*.ts',
'**/*.mts',
'**/*.cts',
'**/*.tsx',
],
plugins: [
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"lint": "eslint index.js"
},
"files": [
"plugins",
"LICENSE",
"README.md",
"index.js"
Expand All @@ -27,11 +26,12 @@
},
"dependencies": {
"stylelint-order": "^6.0.0",
"stylelint-value-no-unknown-custom-properties": "^4.0.0"
"stylelint-value-no-unknown-custom-properties": "^5.0.0"
},
"devDependencies": {
"@changesets/cli": "^2.22.0",
"@chialab/eslint-config": "^3.0.0",
"eslint": "^8.0.0"
"@chialab/eslint-config": "^4.0.0",
"eslint": "^8.0.0",
"typescript": "^5.3.3"
}
}
Loading

0 comments on commit 108f092

Please sign in to comment.