mirror of
https://github.com/actions/setup-go.git
synced 2025-07-04 15:03:44 +00:00
Turn on ESLint and update Prettier
This commit is contained in:
parent
a3d889c34c
commit
51a092af10
24 changed files with 2313 additions and 201 deletions
|
@ -46,6 +46,7 @@
|
|||
// "types": [], /* Type declaration files to be included in compilation. */
|
||||
// "allowSyntheticDefaultImports": true, /* Allow default imports from modules with no default export. This does not affect code emit, just typechecking. */
|
||||
"esModuleInterop": true, /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
|
||||
"resolveJsonModule": true, /* Allows importing modules with a '.json' extension, which is a common practice in node projects. */
|
||||
"sourceMap": true,
|
||||
// "preserveSymlinks": true, /* Do not resolve the real path of symlinks. */
|
||||
// "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue