@kroo-web/eslint-config-kroo
v2.1.6
Published
sharable config we use across all kroo web repos
Downloads
16
Readme
ESlint config Kroo Web
Two configs
By design we offer two configs for eslint one with next and one without our default does not include the rules that affect a nextjs project
Default:
@kroo-web/eslint-config-kroo
With Next rules:
@kroo-web/eslint-config-kroo/with-next
Installation
The config is a typical npm module
npm install @kroo-web/eslint-config-kroo -D
in your eslint.config
import eslintConfigKroo from "@kroo-web/eslint-config-kroo"
export default {
eslintConfigKroo
// other eslint configs + overrides
}or if you want to use the with next config
import eslintConfigKroo from "@kroo-web/eslint-config-kroo"
export default {
eslintConfigKroo["with-next"]
// other eslint configs + overrides
}Issues or Features
If you want to suggest a feature or raise an issue please raise an issue on the github repo and we will prioritize and get back to you!
Testing a release
npx semantic-release --dry-run will allow you to test the release
Contacts
- Luke Brannagan (Maintainer) (Github: Nevnet99)
