1.0.22 • Published 5 years ago

eslint-config-seedium v1.0.22

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

eslint-config-seedium

Eslint config that we use in Seedium

How to use

  1. Install config with eslint and eslint plugins
npm install -D eslint-config-seedium eslint eslint-plugin-react @typescript-eslint/parser @typescript-eslint/eslint-plugin
yarn add --dev eslint-config-seedium eslint eslint-plugin-react @typescript-eslint/parser @typescript-eslint/eslint-plugin
  1. Create own .eslintrc
{
    "extends": "seedium"
}

Using with prettier

To use with prettier you should follow this steps:

  1. Create file .prettierc

  2. Our configuration:

{
  singleQuote: true,
  semi: true,
  jsxSingleQuote: true,
  trailingComma: 'es5',
  arrowParens: 'always',
  printWidth: 80,
  proseWrap: 'never',
};
  1. Install eslint-config-prettier:
yarn add --dev eslint-config-prettier
  1. Update your .eslintrc:
{
    "extends": ["seedium", "prettier"]
}
1.0.22

5 years ago

1.0.21

5 years ago

1.0.20

5 years ago

1.0.19

5 years ago

1.0.18

5 years ago

1.0.17

5 years ago

1.0.16

5 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.11

5 years ago

1.0.12

5 years ago

1.0.9

5 years ago

1.0.10

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago