1
0
mirror of https://gitlab.com/timvisee/send.git synced 2024-11-08 20:22:45 +01:00
send/app/.eslintrc.yml
AaronDewes 38746b86fd Update eslint & plugins
Also replace eslint-plugin-node with the maintained eslint-plugin-n
2022-08-09 15:26:25 +00:00

10 lines
112 B
YAML

env:
browser: true
node: true
parserOptions:
sourceType: module
rules:
n/no-unsupported-features: off