Skip to content

Commit

Permalink
eslint 9
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaliytv committed Jun 18, 2024
1 parent 167ee5d commit bb58e3f
Show file tree
Hide file tree
Showing 8 changed files with 2,193 additions and 2,109 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
YARN_CHECKSUM_BEHAVIOR: ignore

- name: Eslint
run: yarn dlx eslint . --ext .js
run: yarn dlx eslint .
893 changes: 0 additions & 893 deletions .yarn/releases/yarn-4.0.2.cjs

This file was deleted.

894 changes: 894 additions & 0 deletions .yarn/releases/yarn-4.3.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.0.2.cjs
yarnPath: .yarn/releases/yarn-4.3.0.cjs
3 changes: 3 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { getConfig } from '@nitra/eslint-config'

export default [...getConfig({ node: ['npm'] })]
8 changes: 4 additions & 4 deletions npm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nitra/graphql-request",
"description": "Graphql Request helper",
"version": "1.2.0",
"version": "1.3.0",
"type": "module",
"main": "src/index.js",
"files": [
Expand All @@ -19,8 +19,8 @@
"homepage": "https://github.com/nitra/graphql-request",
"license": "MIT",
"dependencies": {
"@nitra/check-env": "^3.0.0",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0"
"@nitra/check-env": "^3.2.0",
"graphql": "^16.8.2",
"graphql-request": "^7.0.1"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"root": true
},
"devDependencies": {
"@nitra/cspell-dict": "^1.0.70",
"@nitra/eslint-config": "^1.0.24",
"@nitra/cspell-dict": "^1.0.136",
"@nitra/eslint-config": "^2.0.26",
"@nitra/prettier-config": "^1.0.1"
},
"license": "MIT",
"packageManager": "yarn@4.0.2"
"packageManager": "yarn@4.3.0"
}
Loading

0 comments on commit bb58e3f

Please sign in to comment.