remove languageOptions

This commit is contained in:
2025-01-16 10:11:19 -05:00
parent 86a3091d71
commit fcb55a20bd
2 changed files with 1 additions and 6 deletions
-5
View File
@@ -1,9 +1,4 @@
export default [{
languageOptions: {
ecmaVersion: 2018,
sourceType: "module",
},
rules: {
"brace-style": "error",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@jakejarvis/eslint-config",
"version": "4.0.1",
"version": "4.0.2",
"description": "My ESLint config. Inspired heavily by eslint-config-google and moderately by eslint-config-airbnb.",
"license": "MIT",
"repository": "jakejarvis/eslint-config",