6.0.0 • Published 5 months ago

eslint-config-hexo v6.0.0

Weekly downloads
846
License
MIT
Repository
github
Last release
5 months ago

eslint-config-hexo

npm version

ESLint config for Hexo projects

Installation

$ npm install eslint-config-hexo --save-dev

Usage

In eslint.config.js

const hexoTsLintConfig = require('eslint-config-hexo/ts');

module.exports = [
  ...hexoTsLintConfig,
  {
    languageOptions: {
      ecmaVersion: 2020,
    },
    rules: {
      "@typescript-eslint/no-explicit-any": 0,
      "@typescript-eslint/ban-ts-comment": 0,
      "@typescript-eslint/no-this-alias": 0
    }
  }
];

License

MIT

6.0.0

5 months ago

5.0.0

3 years ago

4.2.0

4 years ago

4.1.0

6 years ago

4.0.0

6 years ago

3.0.0

7 years ago

2.0.0

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

9 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago