1.12.0 • Published 9 months ago

@nekochan0122/config v1.12.0

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

@nekochan0122/config

pnpm i -D @nekochan0122/config

ESLint (Flat Config + TypeScript)

  1. Install ESLint
pnpm i -D eslint typescript-eslint @eslint/js @eslint/compat @types/eslint__js
  1. Install Base Plugins
pnpm i -D globals @stylistic/eslint-plugin eslint-plugin-import eslint-plugin-simple-import-sort eslint-plugin-unicorn
  1. Use it

Base:

import nekoConfig from '@nekochan0122/config/eslint'
import globals from 'globals'
import tseslint from 'typescript-eslint'

export default tseslint.config(
  ...nekoConfig.presets.base,
  {
    languageOptions: {
      globals: globals.browser, // choose the correct globals for ur project
    },
    rules: {
      '@stylistic/indent': ['error', 4], // you can override rules in here
    },
  }
)

React:

pnpm i -D eslint-plugin-react eslint-plugin-react-hooks@rc eslint-plugin-react-refresh eslint-plugin-jsx-a11y
import nekoConfig from '@nekochan0122/config/eslint'
import globals from 'globals'
import tseslint from 'typescript-eslint'

export default tseslint.config(
  ...nekoConfig.presets.react,
  {
    languageOptions: {
      globals: globals.browser,
    },
  }
)
  1. Update VSCode Settings (Optional)
{
  "editor.formatOnSave": false,
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": "always"
  },
}

!CAUTION Do not use this config with Prettier or other formatter.

VSCode

  1. Install Fonts

Editor

Terminal

  1. Download Profile

https://github.com/nekochan0122/config/blob/main/src/vscode

  1. Import Profile

File -> Preferences -> Profile -> Import

1.12.0

9 months ago

1.11.0

10 months ago

1.9.0

10 months ago

1.10.0

10 months ago

1.8.0

11 months ago

1.7.0

11 months ago

1.6.0

11 months ago

1.5.2

11 months ago

1.5.1

11 months ago

1.5.0

11 months ago

1.4.1

11 months ago

1.4.0

11 months ago

1.3.1

11 months ago

1.3.0

11 months ago

1.2.1

11 months ago

1.2.0

11 months ago

1.1.1

11 months ago

1.1.0

11 months ago

1.0.0

11 months ago

0.0.1-alpha.25

11 months ago

0.0.1-alpha.24

11 months ago

0.0.1-alpha.23

11 months ago

0.0.1-alpha.22

11 months ago

0.0.1-alpha.21

11 months ago

0.0.1-alpha.20

11 months ago

0.0.1-alpha.19

11 months ago

0.0.1-alpha.18

11 months ago

0.0.1-alpha.17

11 months ago

0.0.1-alpha.16

11 months ago

0.0.1-alpha.14

11 months ago

0.0.1-alpha.13

11 months ago

0.0.1-alpha.12

11 months ago

0.0.1-alpha.11

11 months ago

0.0.1-alpha.10

11 months ago

0.0.1-alpha.9

11 months ago

0.0.1-alpha.8

11 months ago

0.0.1-alpha.7

11 months ago

0.0.1-alpha.6

11 months ago

0.0.1-alpha.5

11 months ago

0.0.1-alpha.3

11 months ago

0.0.1-alpha.2

11 months ago

0.0.1-alpha.1

11 months ago