mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-06 10:25:18 +00:00
10 lines
206 B
Plaintext
10 lines
206 B
Plaintext
|
# TODO: Use eslint on js lib and generated code
|
||
|
|
||
|
# Ignore lib/js for now, which uses jshint currently
|
||
|
lib/js/*
|
||
|
# Ignore all generated code for now
|
||
|
**/gen-*
|
||
|
|
||
|
# Don't lint nested node_modules
|
||
|
**/node_modules
|