@tyankatsu0105/eslint-plugin-with-typescript
v0.0.4
Published
ESLint rules with typescript
Downloads
5
Readme
@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
- https://github.com/future-architect/eslint-plugin-vue-scoped-css
LICENSE (MIT)
See LICENSE