Skip to content

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
andreineculau committed Apr 14, 2022
1 parent e9d2316 commit f4d9fb6
Show file tree
Hide file tree
Showing 102 changed files with 372 additions and 120 deletions.
3 changes: 2 additions & 1 deletion snapshots.external/airbnb-base/10.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,8 @@
"no-confusing-arrow": [
"error",
{
"allowParens": true
"allowParens": true,
"onlyOneSimpleParam": false
}
],
"no-console": [
Expand Down
3 changes: 2 additions & 1 deletion snapshots.external/airbnb-base/40.config.original.json
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,8 @@
"no-confusing-arrow": [
"error",
{
"allowParens": true
"allowParens": true,
"onlyOneSimpleParam": false
}
],
"no-const-assign": [
Expand Down
13 changes: 9 additions & 4 deletions snapshots.external/airbnb-typescript-base/10.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"globals": {},
"ignorePatterns": [],
"parser": "/Users/andrei/git/ysoftwareab/eslint-plugin-y/node_modules/@typescript-eslint/parser/dist/index.js",
"parser": "//node_modules/@typescript-eslint/parser/dist/index.js",
"parserOptions": {
"ecmaFeatures": {
"generators": false,
Expand Down Expand Up @@ -256,12 +256,16 @@
"off"
],
"@typescript-eslint/return-await": [
"error"
"error",
"in-try-catch"
],
"@typescript-eslint/semi": [
"error",
"always"
],
"@typescript-eslint/space-before-blocks": [
"error"
],
"@typescript-eslint/space-before-function-paren": [
"error",
{
Expand Down Expand Up @@ -992,7 +996,8 @@
"no-confusing-arrow": [
"error",
{
"allowParens": true
"allowParens": true,
"onlyOneSimpleParam": false
}
],
"no-console": [
Expand Down Expand Up @@ -1939,7 +1944,7 @@
"off"
],
"space-before-blocks": [
"error"
"off"
],
"space-before-function-paren": [
"off",
Expand Down
1 change: 1 addition & 0 deletions snapshots.external/airbnb-typescript-base/11.rules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
@typescript-eslint/require-await
@typescript-eslint/return-await
@typescript-eslint/semi
@typescript-eslint/space-before-blocks
@typescript-eslint/space-before-function-paren
@typescript-eslint/space-infix-ops
accessor-pairs
Expand Down
17 changes: 11 additions & 6 deletions snapshots.external/airbnb-typescript-base/40.config.original.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"node": true
},
"globals": {},
"parser": "/Users/andrei/git/ysoftwareab/eslint-plugin-y/node_modules/@typescript-eslint/parser/dist/index.js",
"parser": "//node_modules/@typescript-eslint/parser/dist/index.js",
"parserOptions": {
"ecmaVersion": 2018,
"sourceType": "module",
Expand Down Expand Up @@ -385,6 +385,12 @@
"@typescript-eslint/no-shadow": [
"error"
],
"space-before-blocks": [
"off"
],
"@typescript-eslint/space-before-blocks": [
"error"
],
"no-throw-literal": [
"off"
],
Expand Down Expand Up @@ -495,7 +501,8 @@
"off"
],
"@typescript-eslint/return-await": [
"error"
"error",
"in-try-catch"
],
"space-infix-ops": [
"off"
Expand Down Expand Up @@ -778,7 +785,8 @@
"no-confusing-arrow": [
"error",
{
"allowParens": true
"allowParens": true,
"onlyOneSimpleParam": false
}
],
"no-const-assign": [
Expand Down Expand Up @@ -1477,9 +1485,6 @@
"sort-vars": [
"off"
],
"space-before-blocks": [
"error"
],
"space-in-parens": [
"error",
"never"
Expand Down
14 changes: 10 additions & 4 deletions snapshots.external/airbnb-typescript/10.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"globals": {},
"ignorePatterns": [],
"parser": "/Users/andrei/git/ysoftwareab/eslint-plugin-y/node_modules/@typescript-eslint/parser/dist/index.js",
"parser": "//node_modules/@typescript-eslint/parser/dist/index.js",
"parserOptions": {
"ecmaFeatures": {
"generators": false,
Expand Down Expand Up @@ -259,12 +259,16 @@
"off"
],
"@typescript-eslint/return-await": [
"error"
"error",
"in-try-catch"
],
"@typescript-eslint/semi": [
"error",
"always"
],
"@typescript-eslint/space-before-blocks": [
"error"
],
"@typescript-eslint/space-before-function-paren": [
"error",
{
Expand Down Expand Up @@ -1283,7 +1287,8 @@
"no-confusing-arrow": [
"error",
{
"allowParens": true
"allowParens": true,
"onlyOneSimpleParam": false
}
],
"no-console": [
Expand Down Expand Up @@ -2746,7 +2751,7 @@
"off"
],
"space-before-blocks": [
"error"
"off"
],
"space-before-function-paren": [
"off",
Expand Down Expand Up @@ -2887,6 +2892,7 @@
"import/resolver": {
"node": {
"extensions": [
".mjs",
".js",
".jsx",
".json",
Expand Down
1 change: 1 addition & 0 deletions snapshots.external/airbnb-typescript/11.rules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
@typescript-eslint/require-await
@typescript-eslint/return-await
@typescript-eslint/semi
@typescript-eslint/space-before-blocks
@typescript-eslint/space-before-function-paren
@typescript-eslint/space-infix-ops
accessor-pairs
Expand Down
18 changes: 12 additions & 6 deletions snapshots.external/airbnb-typescript/40.config.original.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"node": true
},
"globals": {},
"parser": "/Users/andrei/git/ysoftwareab/eslint-plugin-y/node_modules/@typescript-eslint/parser/dist/index.js",
"parser": "//node_modules/@typescript-eslint/parser/dist/index.js",
"parserOptions": {
"ecmaFeatures": {
"jsx": true,
Expand Down Expand Up @@ -397,6 +397,12 @@
"@typescript-eslint/no-shadow": [
"error"
],
"space-before-blocks": [
"off"
],
"@typescript-eslint/space-before-blocks": [
"error"
],
"no-throw-literal": [
"off"
],
Expand Down Expand Up @@ -507,7 +513,8 @@
"off"
],
"@typescript-eslint/return-await": [
"error"
"error",
"in-try-catch"
],
"space-infix-ops": [
"off"
Expand Down Expand Up @@ -1607,7 +1614,8 @@
"no-confusing-arrow": [
"error",
{
"allowParens": true
"allowParens": true,
"onlyOneSimpleParam": false
}
],
"no-const-assign": [
Expand Down Expand Up @@ -2291,9 +2299,6 @@
"sort-vars": [
"off"
],
"space-before-blocks": [
"error"
],
"space-in-parens": [
"error",
"never"
Expand Down Expand Up @@ -2862,6 +2867,7 @@
"import/resolver": {
"node": {
"extensions": [
".mjs",
".js",
".jsx",
".json",
Expand Down
3 changes: 2 additions & 1 deletion snapshots.external/airbnb/10.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1006,7 +1006,8 @@
"no-confusing-arrow": [
"error",
{
"allowParens": true
"allowParens": true,
"onlyOneSimpleParam": false
}
],
"no-console": [
Expand Down
3 changes: 2 additions & 1 deletion snapshots.external/airbnb/40.config.original.json
Original file line number Diff line number Diff line change
Expand Up @@ -1093,7 +1093,8 @@
"no-confusing-arrow": [
"error",
{
"allowParens": true
"allowParens": true,
"onlyOneSimpleParam": false
}
],
"no-const-assign": [
Expand Down
12 changes: 9 additions & 3 deletions snapshots.external/canonical-jest/10.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
"jest/no-conditional-expect": [
2
],
"jest/no-conditional-in-test": [
2
],
"jest/no-deprecated-functions": [
2
],
Expand All @@ -55,9 +58,6 @@
"jest/no-identical-title": [
2
],
"jest/no-if": [
2
],
"jest/no-interpolation-in-snapshots": [
2
],
Expand Down Expand Up @@ -88,6 +88,9 @@
"jest/prefer-called-with": [
2
],
"jest/prefer-comparison-matcher": [
2
],
"jest/prefer-expect-assertions": [
2,
{
Expand All @@ -103,6 +106,9 @@
"jest/prefer-lowercase-title": [
0
],
"jest/prefer-snapshot-hint": [
2
],
"jest/prefer-spy-on": [
2
],
Expand Down
4 changes: 3 additions & 1 deletion snapshots.external/canonical-jest/11.rules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ jest/max-nested-describe
jest/no-alias-methods
jest/no-commented-out-tests
jest/no-conditional-expect
jest/no-conditional-in-test
jest/no-deprecated-functions
jest/no-disabled-tests
jest/no-done-callback
Expand All @@ -12,7 +13,6 @@ jest/no-export
jest/no-focused-tests
jest/no-hooks
jest/no-identical-title
jest/no-if
jest/no-interpolation-in-snapshots
jest/no-jasmine-globals
jest/no-jest-import
Expand All @@ -23,10 +23,12 @@ jest/no-standalone-expect
jest/no-test-prefixes
jest/no-test-return-statement
jest/prefer-called-with
jest/prefer-comparison-matcher
jest/prefer-expect-assertions
jest/prefer-expect-resolves
jest/prefer-hooks-on-top
jest/prefer-lowercase-title
jest/prefer-snapshot-hint
jest/prefer-spy-on
jest/prefer-strict-equal
jest/prefer-to-be
Expand Down
12 changes: 9 additions & 3 deletions snapshots.external/canonical-jest/40.config.original.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
"jest/no-conditional-expect": [
2
],
"jest/no-conditional-in-test": [
2
],
"jest/no-deprecated-functions": [
2
],
Expand All @@ -54,9 +57,6 @@
"jest/no-identical-title": [
2
],
"jest/no-if": [
2
],
"jest/no-interpolation-in-snapshots": [
2
],
Expand Down Expand Up @@ -87,6 +87,9 @@
"jest/prefer-called-with": [
2
],
"jest/prefer-comparison-matcher": [
2
],
"jest/prefer-expect-assertions": [
2,
{
Expand All @@ -102,6 +105,9 @@
"jest/prefer-lowercase-title": [
0
],
"jest/prefer-snapshot-hint": [
2
],
"jest/prefer-spy-on": [
2
],
Expand Down
5 changes: 4 additions & 1 deletion snapshots.external/canonical-json/10.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"env": {},
"globals": {},
"ignorePatterns": [],
"parser": "/Users/andrei/git/ysoftwareab/eslint-plugin-y/node_modules/eslint-config-canonical/node_modules/jsonc-eslint-parser/lib/index.js",
"parser": "//node_modules/jsonc-eslint-parser/lib/index.js",
"parserOptions": {},
"plugins": [
"jsonc"
Expand Down Expand Up @@ -129,6 +129,9 @@
"jsonc/quotes": [
2
],
"jsonc/sort-array-values": [
0
],
"jsonc/sort-keys": [
2,
"asc",
Expand Down
Loading

0 comments on commit f4d9fb6

Please sign in to comment.