File tree Expand file tree Collapse file tree 12 files changed +12
-12
lines changed
Expand file tree Collapse file tree 12 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import node from './packages/eslint-config-node/index.mjs'
22import optional from './packages/eslint-config-node/optional.mjs'
33import style from './packages/eslint-config-node/style.mjs'
44
5- /** @type {Array<import("eslint").Linter.FlatConfig > } */
5+ /** @type {Array<import("eslint").Linter.Config > } */
66const configs = [ {
77 linterOptions : {
88 reportUnusedDisableDirectives : true ,
Original file line number Diff line number Diff line change 11import imports from 'eslint-plugin-import'
22import stylistic from '@stylistic/eslint-plugin'
33
4- /** @type {import("eslint").Linter.FlatConfig } */
4+ /** @type {import("eslint").Linter.Config } */
55const config = {
66 plugins : {
77 import : imports ,
Original file line number Diff line number Diff line change 11import imports from 'eslint-plugin-import'
22
3- /** @type {import("eslint").Linter.FlatConfig } */
3+ /** @type {import("eslint").Linter.Config } */
44const config = {
55 plugins : {
66 import : imports ,
Original file line number Diff line number Diff line change 11import imports from 'eslint-plugin-import'
22import stylistic from '@stylistic/eslint-plugin'
33
4- /** @type {import("eslint").Linter.FlatConfig } */
4+ /** @type {import("eslint").Linter.Config } */
55const config = {
66 plugins : {
77 import : imports ,
Original file line number Diff line number Diff line change 11// TODO: Deprecated. Move to https://github.com/dimaMachina/graphql-eslint
22import graphql from 'eslint-plugin-graphql'
33
4- /** @type {import("eslint").Linter.FlatConfig } */
4+ /** @type {import("eslint").Linter.Config } */
55const config = {
66 plugins : {
77 graphql,
Original file line number Diff line number Diff line change 11import mocha from 'eslint-plugin-mocha'
22import imports from 'eslint-plugin-import'
33
4- /** @type {import("eslint").Linter.FlatConfig } */
4+ /** @type {import("eslint").Linter.Config } */
55const config = {
66 plugins : {
77 mocha,
Original file line number Diff line number Diff line change 11import node from 'eslint-plugin-n'
22import base from '@strv/eslint-config-base'
33
4- /** @type {import("eslint").Linter.FlatConfig } */
4+ /** @type {import("eslint").Linter.Config } */
55const config = {
66 plugins : {
77 ...base . plugins ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import react from 'eslint-plugin-react'
44import a11y from 'eslint-plugin-jsx-a11y'
55import hooks from 'eslint-plugin-react-hooks'
66
7- /** @type {import("eslint").Linter.FlatConfig } */
7+ /** @type {import("eslint").Linter.Config } */
88const config = {
99 plugins : {
1010 ...base . plugins ,
Original file line number Diff line number Diff line change 11import style from '@strv/eslint-config-base/style'
22import react from 'eslint-plugin-react'
33
4- /** @type {import("eslint").Linter.FlatConfig } */
4+ /** @type {import("eslint").Linter.Config } */
55const config = {
66 plugins : {
77 ...style . plugins ,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import base from '@strv/eslint-config-base'
22import ts from '@typescript-eslint/eslint-plugin'
33import parser from '@typescript-eslint/parser'
44
5- /** @type {import("eslint").Linter.FlatConfig } */
5+ /** @type {import("eslint").Linter.Config } */
66const config = {
77 plugins : {
88 ...base . plugins ,
You can’t perform that action at this time.
0 commit comments