openfga / language

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

chore(js): fix eslint warnings #157

Closed ewanharris closed 7 months ago

ewanharris commented 7 months ago

Description

Currently we're not running eslint on any files, this changes that and fixes any issues that arise.

It also proposes a new structure for the make commands in JS:

I leaned on the side of removing code rather than disabling rules, but happy to revert some changes if desired.

References

Review Checklist