chore: 🔧 fix github actions on lint
(I hate javascript ecosystem and workflow so much)
This commit is contained in:
@@ -15,7 +15,8 @@
|
|||||||
"include": [
|
"include": [
|
||||||
"./src/**/*.js",
|
"./src/**/*.js",
|
||||||
"./test/**/*.js",
|
"./test/**/*.js",
|
||||||
"./eslint.config.js"
|
"./eslint.config.js",
|
||||||
|
"./eslint.config.cjs"
|
||||||
],
|
],
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"./node_modules/**",
|
"./node_modules/**",
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
// eslint-disable-next-line n/no-unpublished-import
|
||||||
import { expect, test } from 'vitest';
|
import { expect, test } from 'vitest';
|
||||||
|
|
||||||
test('placeholder', () => {
|
test('placeholder', () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user