0.11.0 ⢠Published 3 months ago
eslint-plugin-ntnyq v0.11.0
eslint-plugin-ntnyq
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.
Name | Description | š§ | š” |
---|---|---|---|
no-duplicate-exports | Disallow duplicate exports statement | š§ | |
no-member-accessibility | Disallow usage of typescript member accessibility | š§ | |
prefer-newline-after-file-header | Require a newline after file header | š§ |
License
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