Skip to content

Commit

Permalink
chore: Update lint package
Browse files Browse the repository at this point in the history
  • Loading branch information
3y3 committed Aug 12, 2024
1 parent ca4071b commit fe3d6c9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .lintstagedrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ module.exports = {
'**/*.{js,mjs,cjs,jsx,ts,mts,cts,tsx}': ['prettier --write', 'eslint --max-warnings=0 --fix'],
'**/*.{css,scss}': ['prettier --write', 'stylelint --fix'],
'**/*.{json,yaml,yml,md}': ['prettier --write'],
'**/*.{svg}': ['svgo'],
'**/*.{svg,svgx}': ['svgo'],
};
4 changes: 2 additions & 2 deletions .stylelintrc.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
extends: require.resolve('@diplodoc/lint/stylelint-config')
};
extends: require.resolve('@diplodoc/lint/stylelint-config'),
};
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"react-dom": ">=16.8.0 || >=17.0.0 || >=18.0.0"
},
"devDependencies": {
"@diplodoc/lint": "^1.0.3",
"@diplodoc/lint": "^1.1.1",
"@diplodoc/tsconfig": "^1.0.2",
"@types/langs": "^2.0.1",
"@types/lodash": "4.14.179",
Expand Down

0 comments on commit fe3d6c9

Please sign in to comment.