openfga / language

Grammar for the OpenFGA modeling language
https://openfga.dev
Apache License 2.0
17 stars 7 forks source link

fix: specify eslint config file to avoid duplication error #47

Closed d-jeffery closed 1 year ago

d-jeffery commented 1 year ago

Description

When used as a submodule, eslint detects multiple eslint configs and fails out. Explicitly set location of config.

References

Review Checklist