mirror of
https://github.com/gavvvr/obsidian-timecodes-plugin.git
synced 2026-07-22 05:38:08 +00:00
chore(eslint): rename variable in config
This commit is contained in:
parent
9dbd4814ea
commit
783a51a129
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
// @ts-check
|
||||
|
||||
import eslint from '@eslint/js'
|
||||
import js from '@eslint/js'
|
||||
import stylistic from '@stylistic/eslint-plugin'
|
||||
import perfectionist from 'eslint-plugin-perfectionist'
|
||||
import * as wdio from 'eslint-plugin-wdio'
|
||||
|
|
@ -8,7 +8,7 @@ import globals from 'globals'
|
|||
import tseslint from 'typescript-eslint'
|
||||
|
||||
export default tseslint.config(
|
||||
eslint.configs.recommended,
|
||||
js.configs.recommended,
|
||||
tseslint.configs.strictTypeChecked,
|
||||
tseslint.configs.stylisticTypeChecked,
|
||||
stylistic.configs.customize({
|
||||
|
|
|
|||
Loading…
Reference in a new issue