[WIP] Use XO instead of Standard (#723)
* Bump `eslint-plugin-react`
* Add `eslint-config-xo-react`
* Add XO
* Remove eslint-related dependencies, add XO config and use XO as the linter
* Code style: Standard => XO ✨
* Use xo property to ignore files
* Fix remaining errors
This commit is contained in:
parent
32a665d7c0
commit
1866104d03
49 changed files with 910 additions and 784 deletions
|
|
@ -1,3 +1,3 @@
|
|||
export function last (arr) {
|
||||
export function last(arr) {
|
||||
return arr[arr.length - 1];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue