Skip to content

Commit 36792c3

Browse files
committed
update tsconfig and github handle
1 parent 4efc41a commit 36792c3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ Then configure the rules you want to use under the rules section.
3838

3939
## Supported Rules
4040

41-
- [jsx-expressions/strict-logical-expressions](https://github.com/hpersson/eslint-plugin-jsx-expressions/blob/master/docs/rules/strict-logical-expressions.md): Enforces logical "&&" expressions do not use potentially falsey numbers or strings.
41+
- [jsx-expressions/strict-logical-expressions](https://github.com/hluisson/eslint-plugin-jsx-expressions/blob/master/docs/rules/strict-logical-expressions.md): Enforces logical "&&" expressions do not use potentially falsey numbers or strings.

lib/util/createRule.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ const version: string = require("../../package.json").version;
66

77
export const createRule = ESLintUtils.RuleCreator(
88
(name) =>
9-
`https://github.com/hpersson/eslint-plugin-jsx-expressions/blob/v${version}/lib/rules/${name}.md`
9+
`https://github.com/hluisson/eslint-plugin-jsx-expressions/blob/v${version}/lib/rules/${name}.md`
1010
);

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
// "useDefineForClassFields": true, /* Emit ECMAScript-standard-compliant class fields. */
2525

2626
/* Modules */
27-
"module": "commonjs", /* Specify what module code is generated. */
27+
"module": "nodenext", /* Specify what module code is generated. */
2828
// "rootDir": "./", /* Specify the root folder within your source files. */
29-
// "moduleResolution": "node", /* Specify how TypeScript looks up a file from a given module specifier. */
29+
"moduleResolution": "nodenext", /* Specify how TypeScript looks up a file from a given module specifier. */
3030
// "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
3131
// "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */
3232
// "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */

0 commit comments

Comments
 (0)