https://github.com/dashed/babel-eslint-testcase
https://github.com/dashed/babel-eslint-testcase
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dashed/babel-eslint-testcase
- Owner: dashed
- Created: 2015-06-05T09:49:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-05T09:57:02.000Z (over 10 years ago)
- Last Synced: 2025-07-21T07:41:43.045Z (7 months ago)
- Language: JavaScript
- Size: 79.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Issue
babel-eslint seems to ignore no-unused-vars on 3.1.10 and 3.1.11, but not on
3.1.9.
## To Reproduce
1. Clone this repository.
2. Run `npm install`
3. Run eslint with `./node_modules/.bin/eslint testcase.js`