mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-16 17:27:29 -06:00
turn all eslint errors into warnings for now
This commit is contained in:
parent
898e2f9f60
commit
7f4d9b689a
3 changed files with 14 additions and 7 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue