Skip to content

Commit ba17d59

Browse files
committed
Disable eslint for lib/** since that's now generated, temporarily comment out TS rulesets
1 parent dfdebf5 commit ba17d59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ module.exports = defineConfig([
5656
{
5757
extends: [eslintConfigGoogle],
5858
files: ["**/*.js"],
59-
ignores: ['eslint.config.js'],
59+
ignores: ["eslint.config.js", "lib/**"],
6060

6161
languageOptions: {
6262
ecmaVersion: 3,

0 commit comments

Comments
 (0)