eslint-config-a1motion
v3.5.1
Published
## Install
Readme
eslint-config-a1motion
Install
yarn add --dev eslint-config-a1motion
./node_modules/.bin/eslint-config-a1motionConfigs
js
{
"extends": ["a1motion"]
}react
{
"extends": ["a1motion/react"]
}typescript
install dependencies
./node_modules/.bin/eslint-config-a1motion typescript{
"extends": ["a1motion/typescript"]
}typescript with react
install dependencies
./node_modules/.bin/eslint-config-a1motion typescript{
"extends": ["a1motion/typescript-react"]
}