1.0.3 • Published 3 years ago
eslint-config-nijicha v1.0.3
eslint-config-nijicha
Personal ESLint rules for React Project (with Typescript ❤️)
Prerequisites
NodeJS and yarn
should be installed.
Installation
Install npm package and its peerDependencies
yarn add -D eslint-config-nijicha
npx install-peerdeps -D eslint-config-nijicha
Usage
- Add config to your
.eslintrc.js
{
'extends': [
'nijicha'
]
}
- Copy the following files into your project
.husky/pre-commit
.eslintignore
.eslintrc.js
.prettierrc
.prettierignore
TODO
- Add development section
- Add script to copy setting to the setting up project
Development
./bin/setup.sh