Nuxt/lib/app
Jonas Galvez 3f1d634fb7 Consistent parens in arrow functions (#3630)
* Minor consistency enhancements

* Arrow parenthesis consistency

* Change linting rule

* Fix typo

* Update .eslintrc.js to only require parens for blocks

* Update style according to brace-only suggestion

* Remove --fix from lint

* Tweak no-loading time (failing test)

* Tweak no-loading time (failing test) (2)

* Tweak no-loading time (failing test) (3)

* Tweak no-loading time (failing test) (4)

* Tweak no-loading time (failing test) (5)
2018-08-06 02:12:44 +02:00
..
components Consistent parens in arrow functions (#3630) 2018-08-06 02:12:44 +02:00
layouts Cleaner structure 2017-06-18 12:06:00 +04:30
pages feat: added default page when no pages/ directory 2018-04-06 08:27:43 -03:00
views misc: SPA loading indicator improvements 2018-03-26 00:38:36 +04:30
App.js Consistent parens in arrow functions (#3630) 2018-08-06 02:12:44 +02:00
client.js Consistent parens in arrow functions (#3630) 2018-08-06 02:12:44 +02:00
empty.js grammer fix 2017-08-10 14:25:33 +04:30
index.js Consistent parens in arrow functions (#3630) 2018-08-06 02:12:44 +02:00
middleware.js fix: ignore test files inside middleware and store (#2905) 2018-03-01 09:38:42 +03:30
router.js Consistent parens in arrow functions (#3630) 2018-08-06 02:12:44 +02:00
server.js Consistent parens in arrow functions (#3630) 2018-08-06 02:12:44 +02:00
store.js fix: ignore test files inside middleware and store (#2905) 2018-03-01 09:38:42 +03:30
utils.js Consistent parens in arrow functions (#3630) 2018-08-06 02:12:44 +02:00