mirror of
https://gitlab.com/timvisee/send.git
synced 2024-11-08 20:22:45 +01:00
38746b86fd
Also replace eslint-plugin-node with the maintained eslint-plugin-n
10 lines
112 B
YAML
10 lines
112 B
YAML
env:
|
|
browser: true
|
|
node: true
|
|
|
|
parserOptions:
|
|
sourceType: module
|
|
|
|
rules:
|
|
n/no-unsupported-features: off
|