Skip to content

Commit

Permalink
Try to resolve more eslint errors. Also ask for Node >=22
Browse files Browse the repository at this point in the history
  • Loading branch information
iandees committed Nov 17, 2024
1 parent 498e9f3 commit 9bdd8ca
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 4 deletions.
2 changes: 0 additions & 2 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import js from '@eslint/js';
import nodePlugin from 'eslint-plugin-n';

export default [
js.configs.recommended,
nodePlugin.configs['flat/recommended-module'],
{
'rules': {
Expand Down
3 changes: 3 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"repository": "[email protected]:openaddresses/batch",
"author": "ingalls <[email protected]>",
"private": false,
"engines": {
"node": ">=22.0.0"
},
"scripts": {
"test": "echo 'no tests'",
"lint": "eslint cloudformation/"
Expand Down
2 changes: 0 additions & 2 deletions task/eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import js from '@eslint/js';
import nodePlugin from 'eslint-plugin-n';

export default [
js.configs.recommended,
nodePlugin.configs['flat/recommended-module'],
{
'rules': {
Expand Down
3 changes: 3 additions & 0 deletions task/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions task/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"main": "index.js",
"license": "MIT",
"private": true,
"engines": {
"node": ">=22.0.0"
},
"scripts": {
"test": "tape test/**.test.js",
"lint": "eslint *.js lib/ test/"
Expand Down

0 comments on commit 9bdd8ca

Please sign in to comment.