eslint-config-sanity
Advanced tools
Comparing version 5.1.0 to 6.0.0
@@ -22,3 +22,3 @@ module.exports = { | ||
'callback-return': 'error', | ||
camelcase: 'error', | ||
camelcase: ['error', {allow: ['^_*unstable_', '^UNSAFE_']}], | ||
'capitalized-comments': 'off', | ||
@@ -25,0 +25,0 @@ 'class-methods-use-this': 'warn', |
{ | ||
"name": "eslint-config-sanity", | ||
"version": "5.1.0", | ||
"version": "6.0.0", | ||
"description": "Shared eslint configs for sanity-io", | ||
@@ -11,2 +11,5 @@ "main": "index.js", | ||
}, | ||
"engines": { | ||
"node": ">=14.0.0" | ||
}, | ||
"repository": { | ||
@@ -33,13 +36,13 @@ "type": "git", | ||
"peerDependencies": { | ||
"eslint": ">=6.0.0" | ||
"eslint": ">=8.0.0" | ||
}, | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "4.15.1", | ||
"@typescript-eslint/parser": "4.15.1", | ||
"eslint": "7.20.0", | ||
"eslint-plugin-import": "2.22.1", | ||
"eslint-plugin-react": "7.22.0", | ||
"@typescript-eslint/eslint-plugin": "^5.18.0", | ||
"@typescript-eslint/parser": "^5.18.0", | ||
"eslint": "^8.12.0", | ||
"eslint-plugin-import": "^2.25.4", | ||
"eslint-plugin-react": "^7.29.4", | ||
"lodash.difference": "4.5.0", | ||
"prettier": "2.2.1", | ||
"standard-version": "9.1.0" | ||
"prettier": "^2.6.2", | ||
"standard-version": "^9.3.2" | ||
}, | ||
@@ -46,0 +49,0 @@ "prettier": { |
Sorry, the diff of this file is not supported yet
22545