Skip to content

Commit

Permalink
Update ESLint config
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Nov 3, 2023
1 parent 1c267bf commit 6da2476
Show file tree
Hide file tree
Showing 8 changed files with 942 additions and 275 deletions.
8 changes: 4 additions & 4 deletions bin.js
@@ -1,11 +1,11 @@
#!/usr/bin/env node

import { fileURLToPath } from 'url'
import { join } from 'path'
import { join } from 'node:path'
import { fileURLToPath } from 'node:url'

import { showVersion } from './show-version.js'
import { showHelp } from './show-help.js'
import { cli } from './cli.js'
import { showHelp } from './show-help.js'
import { showVersion } from './show-version.js'

let dirname = join(fileURLToPath(import.meta.url), '..')

Expand Down
15 changes: 9 additions & 6 deletions package.json
Expand Up @@ -29,18 +29,20 @@
"repository": "ai/dual-publish",
"devDependencies": {
"@babel/core": "^7.17.9",
"@logux/eslint-config": "^47.2.0",
"@logux/eslint-config": "^52.0.1",
"@rollup/plugin-node-resolve": "^13.2.1",
"@rollup/plugin-replace": "^4.0.0",
"@types/node": "^17.0.25",
"browserify": "^17.0.0",
"esbuild": "^0.14.38",
"eslint": "^8.14.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.1.0",
"eslint": "^8.52.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.2.0",
"eslint-plugin-node-imports": "^1.0.2",
"eslint-plugin-perfectionist": "^2.2.0",
"eslint-plugin-prefer-let": "^3.0.1",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-promise": "^6.1.1",
"fs-extra": "^10.1.0",
"metro": "^0.59.0",
"metro-react-native-babel-transformer": "^0.59.0",
Expand All @@ -57,6 +59,7 @@
"eslintConfig": {
"extends": "@logux/eslint-config",
"rules": {
"perfectionist/sort-objects": "off",
"n/global-require": "off"
}
},
Expand Down

0 comments on commit 6da2476

Please sign in to comment.