Skip to content

Commit 59492c1

Browse files
committed
Updated Readme files
1 parent 9a0a2a6 commit 59492c1

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,8 @@ may have to delete `node_modules` and `npm-shrinkwrap.json` and then run `npm
229229
shrinkwrap`.
230230

231231
# Running Tests
232+
*Default rake task runs tests and linting*
233+
232234
We have feature tests in /spec/features
233235

234236
Run the tests with `rspec`.
@@ -256,7 +258,8 @@ QMAKE=/usr/local/Cellar/qt5/5.4.0/bin/qmake bundle install
256258
Then run `rspec` and you should see the tests have passed.
257259

258260
# Linting and Code Inspection
259-
* See file [README.md](client/README.md) for how to run ESLint
261+
* Default rake task runs tests and linting (yes, repeating this!)
262+
* See file [README.md](client/README.md) for how to run ESLint and JSCS
260263
* Create a custom scope like this for RubyMine, named "Inspection Scope"
261264

262265
file[react-rails-tutorial]:*/&&!file[react-rails-tutorial]:tmp//*&&!file[react-rails-tutorial]:log//*&&!file[react-rails-tutorial]:client/node_modules//*&&!file[react-rails-tutorial]:client/assets/fonts//*&&!file[react-rails-tutorial]:app/assets/fonts//*&&!file[react-rails-tutorial]:bin//*&&!file[react-rails-tutorial]:app/assets/javascripts//*

client/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
Please see parent directory README.md.
22

3-
(We may move client side specific README material here in the near future).
3+
ESLint
4+
==========================
5+
The `.eslintrc` file is based on the AirBnb [eslintrc](https://github.com/airbnb/javascript/blob/master/linters/.eslintrc).
46

7+
It also includes many eslint defaults that the AirBnb eslint does not include.
58

69
Running linter:
710
===========================

0 commit comments

Comments
 (0)