mirror of
https://github.com/LukeHagar/redocly-cli.git
synced 2025-12-06 04:21:09 +00:00
initial release
This commit is contained in:
19
.eslintrc.yml
Normal file
19
.eslintrc.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
env:
|
||||
browser: true
|
||||
es6: true
|
||||
node: true
|
||||
jest: true
|
||||
extends:
|
||||
- airbnb-base
|
||||
globals:
|
||||
Atomics: readonly
|
||||
SharedArrayBuffer: readonly
|
||||
parserOptions:
|
||||
ecmaVersion: 2018
|
||||
sourceType: module
|
||||
rules:
|
||||
class-methods-use-this: off
|
||||
global-require: off
|
||||
import/no-dynamic-require: off
|
||||
no-plusplus: off
|
||||
|
||||
Reference in New Issue
Block a user