File tree Expand file tree Collapse file tree
packages/eslint-config/src/base Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import type { Linter } from "eslint" ;
22
33import { defineConfig } from "@eslint/config-helpers" ;
4- import stylisticTs from "@stylistic/eslint-plugin-ts " ;
4+ import stylistic from "@stylistic/eslint-plugin" ;
55import { defu } from "defu" ;
66import tseslint from "typescript-eslint" ;
77import * as typescriptESLintParserForExtraFiles from "typescript-eslint-parser-for-extra-files" ;
@@ -32,10 +32,10 @@ export const tsConfig = (params: Partial<TSConfigParams> = {}) => {
3232 } ) ,
3333 name : "@virtual-live-lab/eslint-config/typescript" ,
3434 plugins : {
35- "@stylistic/ts " : stylisticTs ,
35+ "@stylistic" : stylistic ,
3636 } ,
3737 rules : {
38- "@stylistic/ts/ no-extra-semi" : "error" ,
38+ "@stylistic/no-extra-semi" : "error" ,
3939 "@typescript-eslint/adjacent-overload-signatures" : "off" ,
4040 // #175
4141 "@typescript-eslint/array-type" : [
You can’t perform that action at this time.
0 commit comments