Skip to content

Commit

Permalink
Upgrade package
Browse files Browse the repository at this point in the history
  • Loading branch information
niksy committed Apr 15, 2024
1 parent a36c423 commit 6460f3c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
6 changes: 1 addition & 5 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
{
"root": true,
"ignorePatterns": ["generators/app/templates/**/*"],
"extends": [
"eslint-config-nitpick",
"eslint-config-nitpick/next",
"eslint-config-prettier"
],
"extends": ["eslint-config-nitpick", "eslint-config-prettier"],
"plugins": ["eslint-plugin-prettier"],
"rules": {
"prettier/prettier": 1
Expand Down
1 change: 1 addition & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"vueIndentScriptAndStyle": false,
"endOfLine": "lf",
"embeddedLanguageFormatting": "auto",
"singleAttributePerLine": false,
"overrides": [
{
"files": ["package.json", "*.yml"],
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,16 @@
"devDependencies": {
"@istanbuljs/esm-loader-hook": "^0.2.0",
"eslint": "^8.5.0",
"eslint-config-nitpick": "^11.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-config-nitpick": "^13.0.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"mocha": "^10.3.0",
"nodemon": "^3.1.0",
"np": "^10.0.2",
"nyc": "^15.1.0",
"prettier": "^2.4.0",
"prettier": "^3.2.5",
"write-json-file": "^5.0.0",
"yeoman-assert": "^3.1.1",
"yeoman-environment": "^4.4.0",
Expand Down

0 comments on commit 6460f3c

Please sign in to comment.