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

6 years ago

1.0.19

6 years ago

1.0.18

6 years ago

1.0.17

6 years ago

1.0.16

6 years ago

1.0.15

6 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.11

6 years ago

1.0.12

6 years ago

1.0.9

6 years ago

1.0.10

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago