0.11.0 • Published 3 months ago

eslint-plugin-ntnyq v0.11.0

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

eslint-plugin-ntnyq

CI NPM VERSION NPM DOWNLOADS CODECOV LICENSE

Do not use this plugin unless you know exactly every rule may change.

!CAUTION Do check the output to ensure it's doing its job correctly and only run this on code that has been checked into source control.

Install

npm:

npm i eslint-plugin-ntnyq -D

yarn

yarn add eslint-plugin-ntnyq -D

pnpm

pnpm add eslint-plugin-ntnyq -D

Usage

Config in eslint.config.mjs

import { defineConfig } from 'eslint/config'
import pluginNtnyq from 'eslint-plugin-ntnyq'

export default defineConfig([
  // other configs
  {
    name: 'ntnyq',
    plugins: {
      ntnyq: pluginNtnyq,
    },
    rules: {
      'ntnyq/no-duplicate-exports': 'error',
    },
  },
])

Rules

šŸ”§ Automatically fixable by the --fix CLI option.\ šŸ’” Manually fixable by editor suggestions.

NameDescriptionšŸ”§šŸ’”
no-duplicate-exportsDisallow duplicate exports statementšŸ”§
no-member-accessibilityDisallow usage of typescript member accessibilityšŸ”§
prefer-newline-after-file-headerRequire a newline after file headeršŸ”§

License

MIT License Ā© 2023-PRESENT ntnyq

0.11.0

3 months ago

0.10.0

4 months ago

0.9.0

6 months ago

0.8.1

6 months ago

0.8.0

6 months ago

0.9.2

5 months ago

0.9.1

6 months ago

0.8.2

6 months ago

0.7.1

7 months ago

0.7.0

7 months ago

0.6.0

7 months ago

0.5.0

11 months ago

0.4.1

1 year ago

0.4.0

1 year ago

0.3.0

2 years ago

0.3.1

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago

0.0.4

2 years ago

0.0.1

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.0

2 years ago