Skip to content

Commit

Permalink
Merge pull request #1166 from Choices-js/v11.0.x
Browse files Browse the repository at this point in the history
v11.0.x
  • Loading branch information
Xon authored Aug 22, 2024
2 parents c2f1b82 + d4caa03 commit c71b7ab
Show file tree
Hide file tree
Showing 348 changed files with 46,155 additions and 35,835 deletions.
17 changes: 0 additions & 17 deletions .babelrc

This file was deleted.

3 changes: 0 additions & 3 deletions .eslintignore

This file was deleted.

46 changes: 25 additions & 21 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,17 @@
],
"env": {
"es6": true,
"browser": true,
"mocha": true,
"cypress/globals": true
"node": true,
"browser": true
},
"parserOptions": {
"project": "./tsconfig.json",
"ecmaVersion": 2020
"sourceType": "module",
"project": true
},
"rules": {
"no-param-reassign": ["error", { "props": false }],
"@typescript-eslint/explicit-function-return-type": "error",
"import/no-named-as-default": "off",
"import/prefer-default-export": "off",
"import/no-extraneous-dependencies": [
"error",
Expand Down Expand Up @@ -62,16 +64,27 @@
}
],
"lines-between-class-members": "off",
"@typescript-eslint/no-floating-promises": "error",
"@typescript-eslint/no-namespace": "off",
"react/jsx-filename-extension": [0]
"react/jsx-filename-extension": [0],
"import/extensions": [
"error",
"ignorePackages",
{
"js": "never",
"mjs": "never",
"jsx": "never",
"ts": "never",
"tsx": "never"
}
]
},
"overrides": [
{
"files": ["*.test.ts"],
"env": {
"mocha": true
},
"files": ["*.test.ts", "*.spec.ts"],
"rules": {
"no-await-in-loop": "off",
"@typescript-eslint/explicit-function-return-type": "off",
"no-restricted-syntax": "off",
"compat/compat": "off",
"no-new": "off",
Expand All @@ -88,16 +101,6 @@
}
]
}
},
{
"files": ["cypress/**"],
"plugins": ["cypress"],
"rules": {
"no-unused-vars": "warn"
},
"env": {
"cypress/globals": true
}
}
],
"settings": {
Expand All @@ -119,5 +122,6 @@
"extensions": [".js", ".ts"]
}
}
}
},
"ignorePatterns": ["node_modules/*", "public/*"]
}
15 changes: 15 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# byte shaving (hoist semi-commonly variables, remove some low level low-usage functions)
157a47a44a01e3ce4b54ad211b1756ff59985bef
5bee41d7ff08e05442b232e3e552dcb6c703568d
e9382df0ae63edfc7540f82f74cf969342c759c0

# prettier config change
00433d200d8cccc8b544fbc8f05d5e96bf8ccff7

# misc linting cleanup
00009d2effa8b41a6ce27ef8b06a35a04215aea6
62b786d1f13d0934137a62909d3a37db0a3e927e
5ad61841143508c9f91f0edd57f81f8b11066e0a
84a61cad1ddab1e851c98efa619a2cd35af434c1
33f573247e8badc9ee10defe326f13985342e09b
b0199538a82d49de429f35546e412d14fc8bfeb9
Binary file not shown.
Binary file removed .github/actions-scripts/__snapshots__/edge-win32.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .github/actions-scripts/__snapshots__/ie-win32.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
92 changes: 0 additions & 92 deletions .github/actions-scripts/puppeteer.js

This file was deleted.

155 changes: 0 additions & 155 deletions .github/actions-scripts/selenium.js

This file was deleted.

Loading

0 comments on commit c71b7ab

Please sign in to comment.