aria-at
aria-at copied to clipboard
chore: Add ESLint Plugins
Causes a big diff now, but has the same setup as aria-practices, so should make the syncing in #339 easier
@howard-e before I try and rebase this one, is this something you folks are already working on?
@howard-e before I try and rebase this one, is this something you folks are already working on?
You can go ahead @nschonni!
The original commit was mostly done by another PR, but adding the node plugin started to lint the MJS files, that I guess were skipped right now
Deploy Preview for aria-at failed.
| Name | Link |
|---|---|
| Latest commit | 2cf008327d85a25b22944e13f09013b97f513bd9 |
| Latest deploy log | https://app.netlify.com/sites/aria-at/deploys/624343551f0d100008b78c5d |
Not sure why that's failing for you @nschonni. Taking a look.
Ahh, seems some code updates are missing.
Trying another rebase/bump
Interesting, got an error when setting the compat to >=12 The 'fs.rmSync' is not supported until Node.js 14.14.0. The configured version range is '>=12' in create-example-tests.js
Interesting, got an error when setting the compat to >=12
The 'fs.rmSync' is not supported until Node.js 14.14.0. The configured version range is '>=12'in create-example-tests.js
Good catch. Since this project already makes use of rimraf, that line could be safely replaced with rimraf.sync(path.join(sourceFolder, file));