@bizzy-phoenix/eslint-config-phoenix
v1.0.14
Published
ESLint configuration standard for Bizzy Phoenix projects - Part of Bizzy Common Web
Readme
@bizzy-phoenix/eslint-config-phoenix
ESLint configuration standard for Bizzy Phoenix projects
How to install
$ yarn add @bizzy-phoenix/eslint-config-phoenix -D
# or
$ npm i @bizzy-phoenix/eslint-config-phoenix -DSample Usage
.eslintrc.js
module.exports = {
extends: [
'@bizzy-phoenix/eslint-config-phoenix'
],
}Script for Development
# run eslint
$ yarn run lint
# run test
$ yarn run test
# run build
$ yarn run buildCopyright © 2018 by Bizzy Engineering Team
