mozilla / source-map

Consume and generate source maps.
Other
3.54k stars 357 forks source link

chore: don't fix with lint target #490

Open nschonni opened 1 year ago

nschonni commented 1 year ago

Since the lint target is called with the --fix parameter, the CI wouldn't fail if there were autofixable issues. Split the fix vs lint targets, and reused Prettiers ignore file instead of creating a .eslintignore file