thrift/.eslintignore
2022-12-16 00:09:39 +08:00

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