eslint-config-polestar
Version:
ESLint configuration used by NKIA Polestar
12 lines (8 loc) • 373 B
Markdown
# eslint-config-polestar
## Install
```shell
$ npm info "eslint-config-airbnb@latest" peerDependencies
$ npm install --save-dev eslint-config-polestar eslint eslint-plugin-flowtype eslint-plugin-import eslint-plugin-jsx-a11y eslint-plugin-react eslint-plugin-react-hooks
```
설치 후
.eslintrc.js 의 extends: ['polestar'] 프로퍼티 값을 설정한다.