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