2021-10-08 11:17:47 +02:00
|
|
|
root: true
|
|
|
|
extends:
|
2021-12-31 00:12:06 +01:00
|
|
|
- '@maicol07'
|
2022-03-14 18:28:13 +01:00
|
|
|
rules:
|
2023-04-20 20:00:38 +02:00
|
|
|
import/prefer-default-export: 'warn'
|
|
|
|
max-len:
|
|
|
|
- "error"
|
|
|
|
- "code": 200
|
|
|
|
consistent-return: 'off'
|
2023-07-11 12:45:30 +02:00
|
|
|
no-return-assign:
|
|
|
|
- error
|
|
|
|
- except-parens
|
|
|
|
no-plusplus: off
|