mirror of
https://github.com/jakejarvis/eslint-config.git
synced 2025-04-26 06:25:23 -04:00
remove languageOptions
This commit is contained in:
parent
86a3091d71
commit
fcb55a20bd
5
index.js
5
index.js
@ -1,9 +1,4 @@
|
||||
export default [{
|
||||
languageOptions: {
|
||||
ecmaVersion: 2018,
|
||||
sourceType: "module",
|
||||
},
|
||||
|
||||
rules: {
|
||||
"brace-style": "error",
|
||||
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user