Skip to content

Commit

Permalink
chore: cleanup prettierignore, package, readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ernscht committed Dec 4, 2022
1 parent 9cd0999 commit 63acc3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,7 @@ then run `npm run lint`

## Thanks to

- [Merkle.](https://www.merkleinc.com/)
- [Namics.](https://www.namics.com/en/)
- [Merkle](https://www.merkleinc.ch/)
- [ESLint](https://github.com/eslint/eslint) for ESLint and the documentation [eslint.org](http://eslint.org/)
- [Walmart](https://github.com/walmartlabs) for sharing their config in [eslint-config-walmart](https://github.com/walmartlabs/eslint-config-walmart)
- [AirBnB](https://github.com/airbnb) for sharing their eslint config in [JavaScript Style Guide](https://github.com/airbnb/javascript)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"test": "npm run lint",
"docs": "node bin/write-documentation",
"prepublishOnly": "npx pkg-ok@2.3.1",
"prestart": "npx -y env-linter --versions=\"node=18.12.1,npm=8.19.2\" --saveExact --dependenciesExactVersion",
"prestart": "npx -y env-linter --versions --saveExact --dependenciesExactVersion",
"prettier": "npm-run-all prettier:*",
"prettier:es5": "prettier --config \".prettierrc.unstyled.js\" --write \"test/es5-disable-styles/**/*.js\"",
"prettier:es5node": "prettier --config \".prettierrc.unstyled.js\" --write \"test/es5-node-disable-styles/**/*.js\"",
Expand Down

0 comments on commit 63acc3d

Please sign in to comment.