Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Apr 16, 2022
1 parent 72fa484 commit 67d1046
Show file tree
Hide file tree
Showing 179 changed files with 972 additions and 1,048 deletions.
35 changes: 20 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,41 +2,46 @@
"name": "type-challenges",
"private": true,
"version": "0.0.0",
"license": "MIT",
"repository": "https://github.com/antfu/type-challenges.git",
"author": "Anthony Fu <[email protected]>",
"license": "MIT",
"scripts": {
"readme": "esno ./scripts/readme.ts",
"build": "esno ./scripts/build.ts",
"lint": "eslint .",
"translate": "esno ./scripts/translate-cli.ts",
"utils:release": "pnpm -C utils release"
},
"dependencies": {
"esno": "^0.14.1",
"fast-glob": "^3.2.11",
"fs-extra": "^10.0.1",
"js-yaml": "^4.1.0",
"lz-string": "^1.4.4"
},
"devDependencies": {
"@antfu/eslint-config-ts": "^0.12.1",
"@antfu/eslint-config": "^0.20.3",
"@type-challenges/utils": "workspace:*",
"@types/fs-extra": "^9.0.13",
"@types/js-yaml": "^4.0.5",
"@types/lz-string": "^1.3.34",
"@types/node": "^16.11.12",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"eslint": "^8.4.1",
"typescript": "^4.5.2",
"@types/node": "^17.0.24",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"eslint": "^8.13.0",
"typescript": "^4.6.3",
"utility-types": "^3.10.0"
},
"dependencies": {
"esno": "^0.12.1",
"fast-glob": "^3.2.7",
"fs-extra": "^10.0.0",
"js-yaml": "^4.1.0",
"lz-string": "^1.4.4"
},
"eslintConfig": {
"extends": "@antfu/eslint-config-ts",
"rules": {
"import/first": "off",
"no-unused-vars": "off",
"@typescript-eslint/no-unused-vars": "off"
"@typescript-eslint/no-unused-vars": "off",
"no-use-before-define": "off",
"no-unused-expressions": "off",
"prefer-const": "off",
"no-alert": "off"
}
}
}
Loading

0 comments on commit 67d1046

Please sign in to comment.