espruino / BangleApps

Bangle.js App Loader (and Apps)
https://banglejs.com/apps
MIT License
498 stars 1.17k forks source link

Generate js ignores automatically #3421

Closed bobrippling closed 6 months ago

bobrippling commented 6 months ago

This follows on from https://github.com/espruino/BangleApps/pull/3390#discussion_r1590348186 and allows us to automatically ignore any typescript-generated files

bobrippling commented 6 months ago

@atjn am I doing something wrong here? eslint docs say to specify a top-level ignores, but we get:

ESLint: 8.57.0

Error: ESLint configuration in apps/.eslintrc.js is invalid:
    - Unexpected top-level property "ignores".
bobrippling commented 6 months ago

Lint-only change: linting passes -> merging