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 [{
|
export default [{
|
||||||
languageOptions: {
|
|
||||||
ecmaVersion: 2018,
|
|
||||||
sourceType: "module",
|
|
||||||
},
|
|
||||||
|
|
||||||
rules: {
|
rules: {
|
||||||
"brace-style": "error",
|
"brace-style": "error",
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@jakejarvis/eslint-config",
|
"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.",
|
"description": "My ESLint config. Inspired heavily by eslint-config-google and moderately by eslint-config-airbnb.",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": "jakejarvis/eslint-config",
|
"repository": "jakejarvis/eslint-config",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user