Archived
1
Fork 0
This repository has been archived on 2021-09-16. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
contexty/.eslintrc.yaml

7 lines
116 B
YAML

env:
es6: true
node: true
extends: 'eslint:recommended'
parserOptions:
ecmaVersion: 2017
sourceType: module