eslint-plugin-moxio
Advanced tools
Comparing version 4.6.0 to 4.7.0
{ | ||
"name": "eslint-plugin-moxio", | ||
"version": "4.6.0", | ||
"version": "4.7.0", | ||
"description": "Custom rules for ESLint as used at Moxio", | ||
@@ -31,8 +31,8 @@ "keywords": [ | ||
"devDependencies": { | ||
"eslint": "^8.3.0", | ||
"mocha": "^7.1.0" | ||
"eslint": "^9.6.0", | ||
"mocha": "^10.6.0" | ||
}, | ||
"peerDependencies": { | ||
"eslint": "^6.2.0 || ^7.0.0 || ^8.0.0" | ||
"eslint": "^6.2.0 || ^7.0.0 || ^8.0.0 || ^9.0.0" | ||
} | ||
} |
@@ -9,6 +9,8 @@ /* global require */ | ||
const ruleTester = new RuleTester({ | ||
parserOptions: { | ||
ecmaVersion: 6, | ||
ecmaFeatures: { | ||
jsx: true, | ||
languageOptions: { | ||
parserOptions: { | ||
ecmaVersion: 6, | ||
ecmaFeatures: { | ||
jsx: true, | ||
}, | ||
}, | ||
@@ -15,0 +17,0 @@ }, |
@@ -9,7 +9,9 @@ /* global require */ | ||
const ruleTester = new RuleTester({ | ||
parserOptions: { | ||
ecmaVersion: 6, | ||
ecmaFeatures: { | ||
jsx: true, | ||
}, | ||
languageOptions: { | ||
parserOptions: { | ||
ecmaVersion: 6, | ||
ecmaFeatures: { | ||
jsx: true, | ||
}, | ||
}, | ||
} | ||
@@ -16,0 +18,0 @@ }); |
@@ -9,8 +9,10 @@ /* global require */ | ||
const ruleTester = new RuleTester({ | ||
parserOptions: { | ||
ecmaVersion: 6, | ||
ecmaFeatures: { | ||
jsx: true, | ||
languageOptions: { | ||
parserOptions: { | ||
ecmaVersion: 6, | ||
ecmaFeatures: { | ||
jsx: true, | ||
}, | ||
sourceType: "module", | ||
}, | ||
sourceType: "module", | ||
} | ||
@@ -17,0 +19,0 @@ }); |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28133
631