Skip to content
Closed
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion .eslintignore

This file was deleted.

9 changes: 0 additions & 9 deletions .eslintrc.cjs

This file was deleted.

1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { default } from 'eslint-config-salesforce-typescript';
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@
"@oclif/plugin-command-snapshot": "^5.3.34",
"@oclif/plugin-help": "^6.2.55",
"@salesforce/cli-plugins-testkit": "^5.3.58",
"@salesforce/dev-scripts": "^11.0.4",
"@salesforce/dev-scripts": "^13.0.0",
"@salesforce/plugin-command-reference": "^3.1.81",
"@salesforce/ts-sinon": "^1.4.36",
"@types/debug": "^4.1.13",
"eslint": "^10.4.0",
"eslint-config-salesforce-typescript": "^6.0.0",
"oclif": "^4.22.96",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
Expand Down Expand Up @@ -121,6 +123,7 @@
"src/**/*.ts",
"test/**/*.ts",
"messages/**",
"**/eslint.config.*",
"**/.eslint*",
"**/tsconfig.json"
],
Expand Down
2 changes: 1 addition & 1 deletion src/hooks/telemetryPrerun.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ declare const global: TelemetryGlobal;
type CommonData = {
nodeVersion: string;
plugin?: string;
// eslint-disable-next-line camelcase
plugin_version?: string;
command?: string;
};
Expand Down
30 changes: 0 additions & 30 deletions test/.eslintrc.cjs

This file was deleted.

2 changes: 1 addition & 1 deletion test/hooks/telemetryPrerun.nut.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/* eslint-disable no-console */

import fs from 'node:fs';
import { assert, expect, config } from 'chai';
Expand Down
Loading
Loading