Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerbutler committed Apr 5, 2022
1 parent 7a6e909 commit 8da303a
Show file tree
Hide file tree
Showing 5 changed files with 444 additions and 133 deletions.
2 changes: 1 addition & 1 deletion common/build/eslint-config-fluid/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
* Licensed under the MIT License.
*/

module.exports = require("./minimal.js")
module.exports = require("./shared-config.js")
19 changes: 14 additions & 5 deletions common/build/eslint-config-fluid/printed-configs/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@
"error",
"interface"
],
"@typescript-eslint/consistent-type-imports": [
"warn",
{
"prefer": "type-imports"
}
],
"@typescript-eslint/dot-notation": [
"error"
],
Expand Down Expand Up @@ -378,7 +384,7 @@
"error"
],
"editorconfig/indent": [
"error"
"off"
],
"editorconfig/linebreak-style": [
"error"
Expand Down Expand Up @@ -424,7 +430,7 @@
"error"
],
"import/default": [
2
"off"
],
"import/export": [
2
Expand All @@ -433,7 +439,7 @@
"off"
],
"import/namespace": [
2
"off"
],
"import/no-default-export": [
"error"
Expand All @@ -460,7 +466,10 @@
1
],
"import/no-named-as-default-member": [
1
"off"
],
"import/no-nodejs-modules": [
"warn"
],
"import/no-unassigned-import": [
"error"
Expand Down Expand Up @@ -1054,7 +1063,7 @@
"error"
],
"unicorn/prefer-node-protocol": [
"error"
"off"
],
"unicorn/prefer-number-properties": [
"error"
Expand Down
Loading

0 comments on commit 8da303a

Please sign in to comment.