You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/misc/doctrine.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ Here's the chef's selection from the React on Rails community:
44
44
45
45
### JavaScript Tooling
46
46
*[Babel](https://babeljs.io/): Transpiler for ES6 into ES5 and much more.
47
-
*[EsLint](http://eslint.org/) and [Jsrc](http://jscs.info/): JavaScript linters.
47
+
*[EsLint](http://eslint.org/)
48
48
*[Webpack](http://webpack.github.io/): Generator of deployment assets and provider of hot module reloading.
49
49
50
50
By having a common set of tools, we can discuss what we should or shouldn't be using. Thus, this takes out the "JavaScript Fatigue" from having too many unclear choices in the JavaScript world.
0 commit comments