9.16.0 • Published 11 months ago
typescript-eslint-standard v9.16.0
⚡typescript-eslint-standard
quickly start eslint in typescript.
install
npm i typescript-eslint-standard -D
eslint.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
11 months ago
9.9.0
12 months ago
9.8.0
12 months ago
9.7.0
12 months ago
9.6.0
12 months ago
9.5.0
12 months ago
9.4.0
12 months ago
9.3.0
1 year ago
9.12.0
11 months ago
9.13.0
11 months ago
9.14.0
11 months ago
9.15.0
11 months ago
9.10.0
12 months ago
9.11.0
11 months ago
9.2.0
1 year ago
9.1.0
1 year ago
9.0.20
1 year ago
9.0.19
1 year ago
9.0.18
1 year ago
9.0.17
1 year ago
9.0.16
1 year ago
9.0.15
1 year ago
9.0.14
1 year ago
9.0.13
1 year ago
9.0.12
1 year ago
9.0.11
1 year ago
9.0.10
1 year ago
9.0.9
1 year ago
9.0.8
1 year ago
9.0.7
1 year ago
9.0.6
1 year ago
9.0.5
1 year ago
9.0.4
1 year ago
9.0.3
1 year ago
9.0.2
1 year ago
9.0.1
1 year ago