Eslint rules for the koket projects
npm i eslint-config-koket -D
create a .eslintrc
file:
{
"extends": "koket"
}
and update the test script in package.json
"scripts": {
"test": "eslint ."
},
npx install-peerdeps eslint-config-airbnb
Eslint rules for the koket projects
npm i eslint-config-koket -D
create a .eslintrc
file:
{
"extends": "koket"
}
and update the test script in package.json
"scripts": {
"test": "eslint ."
},
npx install-peerdeps eslint-config-airbnb