1.0.3 • Published 3 years ago

eslint-config-nijicha v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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

  1. Add config to your .eslintrc.js
{
  'extends': [
    'nijicha'
  ]
}
  1. 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
1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago