Skip to content

Commit

Permalink
style: run eslint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
elonehoo committed Oct 1, 2023
1 parent 0ea56ba commit f1dcaa6
Show file tree
Hide file tree
Showing 8 changed files with 510 additions and 917 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": "@elonehoo"
"extends": "@antfu"
}
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -246,5 +246,5 @@
"svelte.config.*": "*.env, .babelrc*, .codecov, .cssnanorc*, .env.*, .envrc, .htmlnanorc*, .lighthouserc.*, .mocha*, .postcssrc*, .terserrc*, api-extractor.json, ava.config.*, babel.config.*, cssnano.config.*, cypress.*, env.d.ts, formkit.config.*, formulate.config.*, htmlnanorc.*, jasmine.*, jest.config.*, jsconfig.*, karma*, lighthouserc.*, mdsvex.config.js, playwright.config.*, postcss.config.*, puppeteer.config.*, svgo.config.*, tailwind.config.*, tsconfig.*, tsdoc.*, unocss.config.*, vitest.config.*, webpack.config.*, windi.config.*",
"vite.config.*": "*.env, .babelrc*, .codecov, .cssnanorc*, .env.*, .envrc, .htmlnanorc*, .lighthouserc.*, .mocha*, .postcssrc*, .terserrc*, api-extractor.json, ava.config.*, babel.config.*, cssnano.config.*, cypress.*, env.d.ts, formkit.config.*, formulate.config.*, htmlnanorc.*, jasmine.*, jest.config.*, jsconfig.*, karma*, lighthouserc.*, playwright.config.*, postcss.config.*, puppeteer.config.*, svgo.config.*, tailwind.config.*, tsconfig.*, tsdoc.*, unocss.config.*, vitest.config.*, webpack.config.*, windi.config.*",
"vue.config.*": "*.env, .babelrc*, .codecov, .cssnanorc*, .env.*, .envrc, .htmlnanorc*, .lighthouserc.*, .mocha*, .postcssrc*, .terserrc*, api-extractor.json, ava.config.*, babel.config.*, cssnano.config.*, cypress.*, env.d.ts, formkit.config.*, formulate.config.*, htmlnanorc.*, jasmine.*, jest.config.*, jsconfig.*, karma*, lighthouserc.*, playwright.config.*, postcss.config.*, puppeteer.config.*, svgo.config.*, tailwind.config.*, tsconfig.*, tsdoc.*, unocss.config.*, vitest.config.*, webpack.config.*, windi.config.*"
},
}
}
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"name": "@elonehoo/is-object",
"description": "Checks whether a value is an object, because typeof is a troll.",
"version": "0.0.5",
"license": "MIT",
"description": "Checks whether a value is an object, because typeof is a troll.",
"author": "Elone Hoo <huchengyea@163.com>",
"license": "MIT",
"homepage": "https://github.com/elonehoo/is-object#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/elonehoo/is-object"
},
"homepage": "https://github.com/elonehoo/is-object#readme",
"bugs": "https://github.com/elonehoo/is-object/issues",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"./*": "./*"
},
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist",
"*.d.ts"
Expand All @@ -35,10 +35,10 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@elonehoo/eslint-config": "2.0.0",
"@antfu/eslint-config": "0.43.1",
"@elonehoo/rimraf": "^0.0.1",
"@types/node": "20.4.4",
"@vitest/coverage-c8": "^0.33.0",
"@vitest/coverage-v8": "^0.34.6",
"bumpp": "9.1.1",
"c8": "^8.0.0",
"eslint": "8.45.0",
Expand Down
Loading

0 comments on commit f1dcaa6

Please sign in to comment.