1
0
Fork 0

chore: Linter changes

This commit is contained in:
Joost De Cock 2021-04-24 10:16:31 +02:00
parent dfdfc46ded
commit f191151ee4
354 changed files with 2467 additions and 2472 deletions

View file

@ -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']

View file

@ -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,
}
}