azure-iot-hub-node/.eslintignore

14 строки
328 B
Plaintext

# don't ever lint node_modules
node_modules
# don't lint build output (make sure it's set to your correct build folder name)
dist
# don't lint nyc coverage output
coverage
# don't lint tests
# test
# don't lint generated code
pl
# don't use rules on the config file
.eslintrc.js
# don't spell check the package.json
package.json