This website requires JavaScript.
Explore
Help
Sign In
joepie91
/
pegjs
Watch
1
Star
0
Fork
You've already forked pegjs
0
Code
Issues
Pull requests
Releases
Wiki
Activity
0f2426bdbf
pegjs
/
.eslintignore
7 lines
74 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Use ESLint directly instead of gulp-eslint
2018-11-02 19:05:53 +01:00
/.idea
Add an ignore file The gulp file is usuaully used to glob the JavaScript files and run ESLint on them, but editor based instances of ESLint (e.g. VSCode extension) don't read the gulp file, so can't tell which files to ignore unless specified in the official .eslintignore file.
2018-04-04 19:24:05 +02:00
/.nyc_output
Move PEG.js to packages/pegjs * Move PEG.js from . to packages/pegjs * Update relevanr paths * Remove pegjs-dev; Use pegjs directly * Generate browser files at packages/pegjs/dist * nyc: exclude website * website: keep packages folder * Root package.json is private now
2018-09-08 03:39:12 +02:00
/packages/pegjs/dist
Add an ignore file The gulp file is usuaully used to glob the JavaScript files and run ESLint on them, but editor based instances of ESLint (e.g. VSCode extension) don't read the gulp file, so can't tell which files to ignore unless specified in the official .eslintignore file.
2018-04-04 19:24:05 +02:00
/coverage
/node_modules
Import source code for pegjs.org
2018-09-06 06:52:02 +02:00
/website
Reference in a new issue
Copy permalink