apparently i was using figlet
wrong. Oops
This commit is contained in:
parent
0274964c94
commit
f1c50d8854
4 changed files with 19 additions and 4 deletions
|
@ -14,7 +14,15 @@ export default [
|
|||
{
|
||||
rules: {
|
||||
quotes: ["error", "double"],
|
||||
semi: ["error", "always"]
|
||||
semi: ["error", "always"],
|
||||
|
||||
"@typescript-eslint/no-unused-vars": [
|
||||
"error",
|
||||
{
|
||||
varsIgnorePattern: "^_",
|
||||
argsIgnorePattern: "^_"
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue