UNPKG

eslint-config-impetus-ianalyzer

Version:

Impetus's ESLint config providing styleguide for essential, recommended and Sonar rules profile for Angular, React, Vue, TypeScript and JS projects.

7 lines (6 loc) 118 B
module.exports = { rules: { // babel inserts `'use strict';` for us strict: ['error', 'never'] } };