1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-01 04:50:27 +02:00

Ensure multi-line expressions are padded by eslint (#1924)

* Fix eslint rule and upgrade eslint

* Fix for switch case

* Linting files
This commit is contained in:
Jinxuan Zhu
2018-06-21 22:27:10 -04:00
committed by Ian Storm Taylor
parent 1cc486e28c
commit e4ff1972d7
50 changed files with 312 additions and 97 deletions

View File

@@ -19,7 +19,7 @@
"copy-webpack-plugin": "^4.4.1",
"cross-env": "^5.1.3",
"css-loader": "^0.28.9",
"eslint": "^4.16.0",
"eslint": "^4.19.1",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-prettier": "^2.5.0",