1
0
Fork 0
Commit graph

15 commits

Author SHA1 Message Date
Joost De Cock
51dc1d9732
[breaking]: FreeSewing v4 (#7297)
Refer to the CHANGELOG for all info.

---------

Co-authored-by: Wouter van Wageningen <wouter.vdub@yahoo.com>
Co-authored-by: Josh Munic <jpmunic@gmail.com>
Co-authored-by: Jonathan Haas <haasjona@gmail.com>
2025-04-01 16:15:20 +02:00
Enoch Riese
951eb57718 (chore) lint 2023-06-28 16:52:36 -05:00
Enoch Riese
e9d21ddd62 shared components and utils for sanity pages 2023-06-19 16:27:13 -05:00
Enoch Riese
3503d97fae lint fixes for react-components 2023-06-07 10:06:30 -05:00
joostdecock
9efac65510 chore: Eslint config upate for next 2023-05-17 13:25:40 +02:00
Enoch Riese
341a5cce61 more lint fixes 2022-11-15 17:29:02 -06:00
Nikhil Chelliah
9897b3157d chore(eslint): a couple more config changes 2022-10-14 19:02:01 -04:00
Nikhil Chelliah
76d2778195 fix(eslint): Improve the globs for JS files
* Explicitly match file extensions in all globs, thus preventing eslint from trying to run on unsupported file types.
  * Include the defaults: `.js`, `.mjs`, and `.cjs`
  * Include`.jsx`
  * Include `.mustache`, since there are a couple JS template files with that suffix.
* Fix some incorrect globs (`**.js` -> `**/*.js`) which were the source of some unexpected lint failures.
2022-10-13 13:29:48 -04:00
nikhil
d16bc9afff chore(eslint): Recognize MongoDB globals 2022-10-13 12:31:59 -04:00
nikhil
a9ea6e7c76 chore(eslint): Default to 'shared-node-browser' after all
...because it turns out we have a long tail of JS files that can, and do, rely on universal builtins like `console`.

This reverts part of commit efb88bd808fd593413dd6cb6fdc5d9d27b866ba4.
2022-09-26 17:01:50 -04:00
nikhil
7046a14bc2 chore(eslint): Remove the plugin-specific .eslintrc files 2022-09-26 17:01:50 -04:00
nikhil
067f3958ae chore(eslint): (Slightly) improve linting of packages/i18n 2022-09-26 17:01:50 -04:00
nikhil
1430d48910 chore(eslint): More work on the root .eslintrc
* Remove the site-specific and `packages/new-design`-specific `.eslintrc` files
* Use `eslint-config-next` where appropriate (this fixes linting for sites/shared, bringing it in line with the other sites)
* Be more strict about which envs/globals are allowed in any given JavaScript file; assume none by default.
2022-09-26 17:01:46 -04:00
nikhil
95be9f6ea1 chore(eslint): Support JSON files 2022-09-26 17:00:30 -04:00
nikhil
d9527ac15e chore(eslint): Convert the root .eslintrc.yml to .eslintrc.cjs
(preparing for further changes)
2022-09-26 16:58:39 -04:00