ESLint configuration for ES6 Imports and Exports
Add peer dependencies:
$ yarn add -D eslint eslint-plugin-import eslint-plugin-simple-import-sort
...then install config packages:
$ yarn add -D @axellero/eslint-config-import
{
// package.json
"eslintConfig": {
"extends": [
"@axellero/eslint-config-import"
]
}
}
Any PR is welcomed by our @js-opensource team. Check out our contributing guidelines for more info.