@tyankatsu0105/eslint-plugin-with-typescript

0.0.4 • Public • Published

@tyankatsu0105/eslint-plugin-with-typescript

Create ESLint rules with TypeScript

npm i -D @tyankatsu0105/eslint-plugin-with-typescript

development

Branches

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

playground

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

// index.js

"use strict";

const hoge = "aaa";
// .eslintrc.js

/** @type import('eslint').Linter.BaseConfig */
module.exports = {
  parserOptions: {
    ecmaVersion: 2018,
  },
  rules: {
    "no-hoge": 2,
  },
};

Inspired by these

LICENSE (MIT)

See LICENSE

Readme

Keywords

none

Package Sidebar

Install

npm i @tyankatsu0105/eslint-plugin-with-typescript

Weekly Downloads

0

Version

0.0.4

License

MIT

Unpacked Size

4.73 kB

Total Files

6

Last publish

Collaborators

  • tyankatsu0105