https://github.com/freaktechnik/eslint-configs
eslint configurations freaktechnik likes
https://github.com/freaktechnik/eslint-configs
eslint eslint-config eslintconfig
Last synced: over 1 year ago
JSON representation
eslint configurations freaktechnik likes
- Host: GitHub
- URL: https://github.com/freaktechnik/eslint-configs
- Owner: freaktechnik
- License: mit
- Created: 2016-08-09T15:38:53.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2025-03-27T11:04:15.000Z (over 1 year ago)
- Last Synced: 2025-03-27T12:21:50.704Z (over 1 year ago)
- Topics: eslint, eslint-config, eslintconfig
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/eslint-plugin-freaktechnik
- Size: 4.58 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# eslint-configs
Basic configurations freaktechnik really likes. They are pretty opinionated and other people will probably find them disgusting.
Configurations are published under the @freaktechnik namespace.
## Configurations
- basic
- node
- test
- browser
- extension
- webpack
- babel
- react
## Bumping the version
To bump the version, use the following kind of command:
```sh
npm version --workspaces
git commit -am "version: Bump workspaces "
npm version
```
The CI will then publish all the individual packages.