0.13.2 • Published 4 years ago

@tyankatsu0105/eslint-plugin v0.13.2

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

@tyankatsu0105/eslint-plugin

npm version deploy

ESLint rules for TypeScript with TypeScript.

Usage

npm i -D eslint @tyankatsu0105/eslint-plugin
module.exports = {
  parser: "@typescript-eslint/parser",
  parserOptions: {
    sourceType: "module",
  },
  plugins: ["@tyankatsu0105"],
  rules: {
    "@tyankatsu0105/prefer-function-component-type": [
      "error",
      { prefer: "React.FC" },
    ],
  },
};

Rules

Docs

Configs

Readme

If you want to know about how to use scoped ESLint plugin, see: https://github.com/eslint/eslint/issues/9903

development

Branches

  • master => Release branch
  • develop => Development branch (default)
  • topic branches => From develop branch

sandbox

If you want to check eslint error, make files in the sandbox dir.

# make files
npm run gen:sandbox

# run eslint for sandbox dir
npm run sandbox

Inspired by these

LICENSE (MIT)

See LICENSE

0.13.2

4 years ago

0.13.1

4 years ago

0.13.0

4 years ago

0.12.2

4 years ago

0.12.0

4 years ago

0.12.1

4 years ago

0.11.2

4 years ago

0.11.1

4 years ago

0.10.3

4 years ago

0.10.2

4 years ago

0.10.0

4 years ago

0.10.1

4 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago

0.0.1-1

5 years ago

0.0.1-0

5 years ago