3.1.12 • Published 7 months ago

@sikaeducation/eslint-config v3.1.12

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Sika's ESLint Config

CI

Install with npm install -D eslint @sikaeducation/eslint-config.

Usage

# Install dependencies for TS and React
npm i -D eslint @sikaeducation/eslint-config
// .eslintrc.js
module.exports = {
  extends: [
    "@sikaeducation",
    "@sikaeducation/eslint-config/src/configs/vitest",
  ],
};
  • Integrate this with your editor's ESLint plugin for fix-on-save. Neovim's is part of nvim-lsp-config. If the app is type: "module", use .eslintrc.cjs.

Available Configs

  • "@sikaeducation/eslint-config/src/configs/js"
  • "@sikaeducation/eslint-config/src/configs/ts"
  • "@sikaeducation/eslint-config/src/configs/react"
  • "@sikaeducation/eslint-config/src/configs/react-ts"
  • "@sikaeducation/eslint-config/src/configs/jest"
  • "@sikaeducation/eslint-config/src/configs/jest-ts"
  • "@sikaeducation/eslint-config/src/configs/storybook"
  • "@sikaeducation/eslint-config/src/configs/playwright-test"
  • "@sikaeducation/eslint-config/src/configs/playwright-jest"
  • "@sikaeducation/eslint-config/src/configs/vitest"

Default is JS+TS+React+React TS.

Deployment

Set NPM_TOKEN on GitHub Actions to publish. Generate it on Sika's npm page then add it to the secrets page.

Publish updates by incrementing version with npm version patch|minor|major) and pushing.

3.1.12

7 months ago

3.1.11

7 months ago

3.1.10

7 months ago

3.1.9

7 months ago

3.1.8

7 months ago

3.1.7

7 months ago

3.1.6

7 months ago

3.1.5

7 months ago

3.1.4

7 months ago

3.1.3

7 months ago

3.1.2

7 months ago

3.1.1

7 months ago

3.1.0

7 months ago

3.0.3

7 months ago

3.0.2

7 months ago

3.0.1

7 months ago

3.0.0

7 months ago

2.1.3

7 months ago

2.1.2

7 months ago

2.1.1

7 months ago

2.1.0

7 months ago

2.0.32

7 months ago

2.0.31

7 months ago

2.0.30

7 months ago

2.0.29

7 months ago

2.0.28

7 months ago

2.0.27

7 months ago

2.0.26

7 months ago

2.0.25

7 months ago

2.0.24

7 months ago

2.0.23

7 months ago

2.0.22

7 months ago

2.0.21

7 months ago

2.0.20

7 months ago

2.0.19

7 months ago

2.0.18

8 months ago

2.0.17

8 months ago

2.0.16

8 months ago

2.0.15

8 months ago

2.0.14

8 months ago

2.0.13

8 months ago

2.0.12

8 months ago

2.0.11

8 months ago

2.0.10

8 months ago

2.0.9

8 months ago

2.0.8

8 months ago

2.0.7

8 months ago

2.0.6

8 months ago

2.0.5

8 months ago

2.0.4

8 months ago

2.0.2

8 months ago

2.0.0

8 months ago