9.16.0 • Published 1 year ago
typescript-eslint-standard v9.16.0
⚡typescript-eslint-standard
quickly start eslint in typescript.
install
npm i typescript-eslint-standard -Deslint.config.js
import { defineConfig } from 'typescript-eslint-standard';
export default defineConfig();.prettierrc.js
/**
* @type {import("prettier").Config}
*/
export default {
singleQuote: true,
trailingComma: 'all',
bracketSameLine: true,
endOfLine: 'auto',
};custom configuration
import { defineConfig } from 'typescript-eslint-standard';
import tseslint from 'typescript-eslint';
export default defineConfig({
extends: [...tseslint.configs.recommended, ...tseslint.configs.strict],
rules: {
'@typescript-eslint/no-empty-function': 'off',
'@typescript-eslint/no-empty-object-type': 'off',
},
});9.16.0
1 year ago
9.9.0
1 year ago
9.8.0
1 year ago
9.7.0
1 year ago
9.6.0
1 year ago
9.5.0
1 year ago
9.4.0
1 year ago
9.3.0
1 year ago
9.12.0
1 year ago
9.13.0
1 year ago
9.14.0
1 year ago
9.15.0
1 year ago
9.10.0
1 year ago
9.11.0
1 year ago
9.2.0
1 year ago
9.1.0
1 year ago
9.0.20
2 years ago
9.0.19
2 years ago
9.0.18
2 years ago
9.0.17
2 years ago
9.0.16
2 years ago
9.0.15
2 years ago
9.0.14
2 years ago
9.0.13
2 years ago
9.0.12
2 years ago
9.0.11
2 years ago
9.0.10
2 years ago
9.0.9
2 years ago
9.0.8
2 years ago
9.0.7
2 years ago
9.0.6
2 years ago
9.0.5
2 years ago
9.0.4
2 years ago
9.0.3
2 years ago
9.0.2
2 years ago
9.0.1
2 years ago