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: README.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,20 @@
4
4
5
5
> Also check out the fantastic [babel-eslint](https://github.com/babel/babel-eslint) to lint using [ESLint](https://github.com/eslint/eslint).
6
6
7
-
**NOTE:** Please note that this is experimental and may have numerous bugs. It has been run against `ember.js` and `babel-core` with no errors (at the moment). If there's an issue, first check if you can reproduce with the regular parser (esprima) and the latest version.
7
+
**NOTE:** Please note that this is experimental and may have numerous bugs. It has been run against `ember.js` and `babel-core` with no errors (at the moment).
8
8
9
9
### Known Issues
10
10
-`validateQuoteMarks`
11
11
12
+
### Issues
13
+
> If there's an issue, first check if you can reproduce with the regular parser (esprima) and the latest version of jscs and babel-jscs.
14
+
15
+
Include: `jscs` and `babel-jscs` version, code snippet/screenshot
16
+
17
+
- See if the issue is a duplicate.
18
+
- Check if the issue is reproducible with regular jscs.
19
+
- Run jscs in `--verbose` mode to get the rule name(s) that have issues.
20
+
12
21
## How does it work?
13
22
14
23
JSCS allows custom parsers. This is great but some of the syntax nodes that Babel supports
@@ -46,13 +55,5 @@ Check out the [JSCS docs](http://jscs.info/rules.html) for all possible rules.
46
55
$ jscs your-files-here
47
56
```
48
57
49
-
### Issues
50
-
Include: `jscs` and `babel-jscs` version, code snippet/screenshot
51
-
52
-
- See if the issue is a duplicate.
53
-
- Check if the issue is reproducible with regular jscs.
54
-
- Run jscs in `--verbose` mode to get the rule name(s) that have issues.
0 commit comments