Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

ESLint: enable lint rules that were temporary disabled #682

Merged
merged 1 commit into from
Aug 11, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ rules:
# https://github.com/benmosher/eslint-plugin-import#static-analysis
import/no-unresolved: error
import/named: error
import/default: off # FIXME
import/default: error
import/namespace: error
import/no-restricted-paths:
- error
Expand Down Expand Up @@ -120,7 +120,7 @@ rules:
# Module systems
# https://github.com/benmosher/eslint-plugin-import#module-systems
import/unambiguous: error
import/no-commonjs: off # FIXME
import/no-commonjs: error
import/no-amd: error
import/no-nodejs-modules: off

Expand Down