1.0.22 • Published 3 years ago

eslint-config-seedium v1.0.22

Weekly downloads
1
License
ISC
Repository
github
Last release
3 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

3 years ago

1.0.21

4 years ago

1.0.20

4 years ago

1.0.19

4 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.11

4 years ago

1.0.12

4 years ago

1.0.9

4 years ago

1.0.10

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago