Skip to content

Commit

Permalink
import/export-last - rule off
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorunuch committed Dec 24, 2019
1 parent 0e92499 commit 44f9c5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config-spacetab-io/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/eslint-config-spacetab-io/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spacetabs/eslint-config-spacetab-io",
"version": "0.0.7",
"version": "0.0.8",
"description": "Eslint config with best practices. Selected better config rules combinations for eslint linter.",
"main": "index.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-spacetab-io/rules/javascript.js
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ module.exports = {
'import/no-amd': 'off',
'import/no-nodejs-modules': 'off',
'import/first': 'error',
'import/exports-last': 'error',
'import/exports-last': 'off',
'import/no-namespace': 'off',
'import/extensions': [
'error',
Expand Down

0 comments on commit 44f9c5e

Please sign in to comment.