1
mirror of https://github.com/jakejarvis/eslint-config.git synced 2025-04-26 01:45:25 -04:00

remove languageOptions

This commit is contained in:
Jake Jarvis 2025-01-16 10:11:19 -05:00
parent 86a3091d71
commit fcb55a20bd
Signed by: jake
SSH Key Fingerprint: SHA256:nCkvAjYA6XaSPUqc4TfbBQTpzr8Xj7ritg/sGInCdkc
2 changed files with 1 additions and 6 deletions

View File

@ -1,9 +1,4 @@
export default [{
languageOptions: {
ecmaVersion: 2018,
sourceType: "module",
},
rules: {
"brace-style": "error",

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",