0.11.0 ⢠Published 8 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 -Dyarn
yarn add eslint-plugin-ntnyq -Dpnpm
pnpm add eslint-plugin-ntnyq -DUsage
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
8 months ago
0.10.0
8 months ago
0.9.0
10 months ago
0.8.1
10 months ago
0.8.0
10 months ago
0.9.2
10 months ago
0.9.1
10 months ago
0.8.2
10 months ago
0.7.1
11 months ago
0.7.0
11 months ago
0.6.0
11 months ago
0.5.0
1 year ago
0.4.1
2 years ago
0.4.0
2 years 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
3 years ago
0.0.3
3 years ago
0.0.2
3 years ago
0.0.0
3 years ago