0.5.2 • Published 6 years ago
@braiins/eslint-config v0.5.2
eslint-config
Based on eslint-config-airbnb with some changes and added plugins.
Usage
Default export contains all of our ESLint rules, including ECMAScript 6+.
Install the correct versions of each package listed by the command:
npm info "@braiins/eslint-config@latest" peerDependencies
Linux/OSX users can run
( export PKG=@braiins/eslint-config; npm info "$PKG@latest" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs yarn add -D "$PKG@latest" )
Which produces and runs a command like:
yarn add -D @braiins/eslint-config eslint@^#.#.# eslint-plugin-jsx-a11y@^#.#.# eslint-plugin-import@^#.#.# eslint-plugin-react@^#.#.#
Windows users can either install all the peer dependencies manually, or use the install-peerdeps cli tool.
npm install -g install-peerdeps install-peerdeps --dev @braiins/eslint-config
Add
"extends": "@braiins/eslint-config"
to your.eslintrc
.
0.5.2
6 years ago
0.5.1
6 years ago
0.5.0
6 years ago
0.3.0
6 years ago
0.2.8
6 years ago
0.2.7
6 years ago
0.2.6
6 years ago
0.2.5
6 years ago
0.2.4
6 years ago
0.2.3
7 years ago
0.2.2
7 years ago
0.2.1
7 years ago
0.2.0
7 years ago
0.1.9
7 years ago
0.1.8
7 years ago
0.1.7
7 years ago
0.1.6
7 years ago
0.1.5
7 years ago
0.1.4
7 years ago
0.1.3
7 years ago
0.1.2
7 years ago
0.1.1
7 years ago
0.1.0
7 years ago