mirror of
https://github.com/webrecorder/browsertrix-crawler.git
synced 2025-12-25 11:20:18 +00:00
* linting with eslint * ci: validate linting and check basic single-page crawl with wacz creation Co-authored-by: Emma Dickson <emmadickson@Emmas-MacBook-Pro.local>
15 lines
202 B
YAML
15 lines
202 B
YAML
env:
|
|
browser: true
|
|
node: true
|
|
es2021: true
|
|
extends:
|
|
- 'plugin:react/recommended'
|
|
parserOptions:
|
|
ecmaFeatures:
|
|
jsx: true
|
|
ecmaVersion: 12
|
|
sourceType: module
|
|
plugins:
|
|
- react
|
|
rules: {}
|