mirror of
https://github.com/moonrepo/setup-rust.git
synced 2025-04-29 21:40:01 +00:00
Scaffold files.
This commit is contained in:
commit
64b680ddd8
13 changed files with 2835 additions and 0 deletions
10
.eslintrc.js
Normal file
10
.eslintrc.js
Normal file
|
@ -0,0 +1,10 @@
|
|||
/* eslint-disable sort-keys */
|
||||
|
||||
module.exports = {
|
||||
root: true,
|
||||
extends: ['moon', 'moon/node'],
|
||||
parserOptions: {
|
||||
project: 'tsconfig.json',
|
||||
tsconfigRootDir: __dirname,
|
||||
},
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue