deno.land / x / pagic@v1.6.3 / .eslintrc.js

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module.exports = { extends: ['alloy', 'alloy/react', 'alloy/typescript'], env: { // Your environments (which contains several predefined global variables) // // browser: true, node: true, // mocha: true, jest: true, // jquery: true }, globals: { // Your global variables (setting to false means it's not allowed to be reassigned) // // myGlobal: false Deno: false, }, rules: { // Customize your rules '@typescript-eslint/consistent-type-imports': 'error', },};
pagic

Version Info

Tagged at
11 months ago