chore: Linter changes
This commit is contained in:
parent
dfdfc46ded
commit
f191151ee4
354 changed files with 2467 additions and 2472 deletions
|
@ -41,7 +41,7 @@ export const list = [
|
|||
'titan',
|
||||
'trayvon',
|
||||
'wahid',
|
||||
'waralee'
|
||||
'waralee',
|
||||
]
|
||||
|
||||
export const withoutBreasts = [
|
||||
|
@ -73,7 +73,7 @@ export const withoutBreasts = [
|
|||
'titan',
|
||||
'trayvon',
|
||||
'wahid',
|
||||
'waralee'
|
||||
'waralee',
|
||||
]
|
||||
|
||||
export const withBreasts = ['bella', 'breanna', 'cathrin', 'carlita', 'diana', 'simone']
|
||||
|
|
|
@ -71,7 +71,7 @@ const patterns = {
|
|||
titan,
|
||||
trayvon,
|
||||
wahid,
|
||||
waralee
|
||||
waralee,
|
||||
}
|
||||
const patternOptions = (config) => {
|
||||
let all = []
|
||||
|
@ -139,7 +139,7 @@ for (let pattern of Object.keys(patterns)) {
|
|||
type: patterns[pattern].type,
|
||||
difficulty: patterns[pattern].difficulty,
|
||||
tags: patterns[pattern].tags,
|
||||
deprecated: patterns[pattern].deprecated || false
|
||||
deprecated: patterns[pattern].deprecated || false,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue