Skip to content

a1motion/eslint-config-a1motion

Repository files navigation

eslint-config-a1motion

Install

yarn add --dev eslint-config-a1motion
./node_modules/.bin/eslint-config-a1motion

Configs

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"]
}