mirror of
https://github.com/certd/certd.git
synced 2026-05-17 22:07:34 +08:00
0f1ae6ccd9
Clean up eslintrc, style refactor and formatting fixes Update auto.js see https://github.com/publishlab/node-acme-client/issues/88#issuecomment-2105255828
17 lines
376 B
YAML
17 lines
376 B
YAML
extends:
|
|
- 'airbnb-base'
|
|
|
|
env:
|
|
browser: false
|
|
node: true
|
|
mocha: true
|
|
|
|
rules:
|
|
indent: [2, 4, { SwitchCase: 1, VariableDeclarator: 1 }]
|
|
brace-style: [2, 'stroustrup', { allowSingleLine: true }]
|
|
func-names: 0
|
|
class-methods-use-this: 0
|
|
no-param-reassign: 0
|
|
max-len: [1, 200, 2, { ignoreUrls: true, ignoreComments: false }]
|
|
import/no-useless-path-segments: 0
|