mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-03-10 04:12:33 +01:00
Replace assign/clone helpers with object spread syntax.
This commit is contained in:
parent
684416a902
commit
1b8b15693f
6 changed files with 51 additions and 55 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"parser": "espree",
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 6
|
||||
"ecmaVersion": 2018
|
||||
},
|
||||
"env": {
|
||||
"node": true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue