Skip to content

Commit

Permalink
Merge branch 'upgrades'
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Feb 5, 2024
2 parents 8a1ea2a + 658e8b7 commit f76a0c9
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 17 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
root = true

[*]
charset = utf-8
indent_style = space
indent_size = 2
insert_final_newline = true
Expand Down
15 changes: 0 additions & 15 deletions .eslintrc

This file was deleted.

10 changes: 10 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
extends: [airbnb-base, plugin:prettier/recommended]
env:
es2023: true
node: true
parserOptions:
ecmaVersion: 2023
sourceType: module
rules:
no-console: off
import/prefer-default-export: off
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
"name": "the-count",
"version": "1.0.0",
"license": "AGPL-3.0",
"private": true,
"engines": {
"node": ">= 20.0.0"
"node": "20.9.0"
},
"type": "module",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "es2022",
"target": "es2023",
"allowJs": true,
"checkJs": true,
"noEmit": true
Expand Down

0 comments on commit f76a0c9

Please sign in to comment.