NLeSC / create-react-app

Create React apps with no build configuration.
Other
1 stars 1 forks source link

do more strict linting during npm publish #31

Open jspaaks opened 7 years ago

jspaaks commented 7 years ago

e.g. no more TODOs or FIXMEs (no-suspicious-comment)

sverhoeven commented 7 years ago

Another example would be prevention of console.log() when doing a release/publish.

See no-console rule