FlowFuse / nr-project-nodes

A set of Node-RED nodes for inter-project communication within the FlowFuse platform
Apache License 2.0
5 stars 0 forks source link

Chore: Set root flag in eslint #35

Closed Pezmc closed 1 year ago

Pezmc commented 1 year ago

Description

Currently when using flowforge-dev-env, eslint will work it's way up the file tree and import all eslint files it finds. This leads to inconsistent linting depending whether the repo is checked out directly or via the dev env.

Setting the root flag tells ESLint not to propagate up the tree.

Related Issue(s)

None

Checklist

Labels