File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 44
55/**
66 * @type {ConfigData }
7- * @see https://eslint.org/docs/latest/use/configure/configuration-files
7+ * @see https://eslint.org/docs/latest/use/configure/configuration-files-deprecated
88 */
99const config = {
1010 extends : './index.js' ,
Original file line number Diff line number Diff line change 11// @ts -check
22
3- // eslint-disable-next-line jsdoc/valid-types -- https://www.typescriptlang.org/docs/handbook/jsdoc-supported-types.html
43/** @typedef {import('eslint').ESLint.ConfigData } ConfigData */
54
65/**
76 * @type {ConfigData }
8- * @see https://eslint.org/docs/latest/use/configure/configuration-files
7+ * @see https://eslint.org/docs/latest/use/configure/configuration-files-deprecated
98 */
109const config = {
1110 extends : [
@@ -14,7 +13,7 @@ const config = {
1413 'plugin:@eslint-community/eslint-comments/recommended'
1514 ] ,
1615 overrides : [
17- // https://github.com/mightyiam/eslint-config-love/tree/v44.0.0#example-config
16+ // For JavaScript/TypeScript
1817 {
1918 files : [
2019 '*.js' ,
@@ -24,6 +23,7 @@ const config = {
2423 ] ,
2524 extends : 'love'
2625 } ,
26+ // For JavaScript
2727 {
2828 files : [
2929 '*.js' ,
@@ -33,6 +33,7 @@ const config = {
3333 'plugin:jsdoc/recommended'
3434 ]
3535 } ,
36+ // For TypeScript
3637 {
3738 files : [
3839 '*.ts' ,
You can’t perform that action at this time.
0 commit comments