mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-12 08:26:48 +02:00
🎨 Add linting and prettier to more places (#1432)
This commit is contained in:
parent
de6963db4f
commit
ee68d80026
70 changed files with 136 additions and 141 deletions
8
packages/eslint-config/.eslintrc.js
Normal file
8
packages/eslint-config/.eslintrc.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
/** @type {import("eslint").Linter.Config} */
|
||||
module.exports = {
|
||||
root: true,
|
||||
extends: ["turbo"],
|
||||
env: {
|
||||
node: true,
|
||||
},
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue