turn all eslint errors into warnings for now

This commit is contained in:
f0x 2024-11-06 14:21:01 +01:00
commit 7f4d9b689a
3 changed files with 14 additions and 7 deletions

View file

@ -29,7 +29,8 @@ module.exports = [
}
},
plugins: {
"license-header": require("eslint-plugin-license-header")
"license-header": require("eslint-plugin-license-header"),
"only-warn": require("eslint-plugin-only-warn")
},
rules: {
"license-header/header": ["error", __dirname + "/.license-header.js"]