diff --git a/jsconfig.json b/jsconfig.json index 7f2ebcc..4cf55bc 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -15,7 +15,8 @@ "include": [ "./src/**/*.js", "./test/**/*.js", - "./eslint.config.js" + "./eslint.config.js", + "./eslint.config.cjs" ], "exclude": [ "./node_modules/**", diff --git a/test/placeholder.test.js b/test/placeholder.test.js index 5a723d6..c094da5 100644 --- a/test/placeholder.test.js +++ b/test/placeholder.test.js @@ -1,3 +1,4 @@ +// eslint-disable-next-line n/no-unpublished-import import { expect, test } from 'vitest'; test('placeholder', () => {