You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disable all tslint and eslint rules in generated code (#328)
* Disable all tslint rules in generated code so as to play well with all
tslint configurations.
* Add tslint config
* git-ignore renamed files
* Disable all eslint rules in generated TypeScript code like we do for tslint
* Use a more recent version of Node.js to avoid error
"Module.createRequire is not a function" when running eslint.
* Fix package conflict
* Maybe we don't need the 'js' command. Try testing for just 'node'.
* Check for npm
* Use 'node' instead of 'js' in atdts tests
0 commit comments