Skip to content

Commit

Permalink
Update Harmony
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenbleasel committed Oct 14, 2023
1 parent 4afeb5c commit de0527c
Show file tree
Hide file tree
Showing 3 changed files with 249 additions and 674 deletions.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import harmony from '@beskar-labs/harmony';
import harmony from 'eslint-config-harmony';

export default harmony;
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,18 @@
},
"homepage": "https://github.com/haydenbleasel/friendlier-words#readme",
"devDependencies": {
"@beskar-labs/harmony": "^2.1.1",
"eslint": "^8.37.0",
"jest": "^29.5.0",
"prettier": "^2.8.7",
"stylelint": "^15.4.0",
"tsup": "^6.7.0",
"typescript": "^5.0.3"
},
"prettier": "@beskar-labs/harmony/prettier",
"prettier": "eslint-config-harmony/prettier",
"stylelint": {
"extends": "@beskar-labs/harmony/stylelint"
"extends": "eslint-config-harmony/stylelint"
},
"dependencies": {
"eslint-config-harmony": "^3.0.3"
}
}

0 comments on commit de0527c

Please sign in to comment.