UNPKG

eslint-config-techchange

Version:

TechChange's default ESLint configurations for ES2015 and React.

7 lines (6 loc) 114 B
module.exports = { "rules": { // "use strict" should never be used because ES6. "strict": [2, "never"] } };