# don't ever lint node_modules
node_modules

# don't lint build output (make sure it's set to your correct build folder name)
build

# don't lint nyc coverage output
coverage

# don't lint the spec files
src/spec

# don't lint shared folder as it's not really part of the project and affects
# all the other services
src/shared