mirror of
https://github.com/Nezumi-2711/typescript-practice.git
synced 2026-09-22 13:48:28 +00:00
Init project
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
module.exports = {
|
||||
root: true,
|
||||
plugins: ['@typescript-eslint', 'import', 'prettier'],
|
||||
extends: [
|
||||
'airbnb-typescript/base',
|
||||
'prettier',
|
||||
'plugin:@typescript-eslint/recommended',
|
||||
'plugin:import/typescript',
|
||||
],
|
||||
parser: '@typescript-eslint/parser',
|
||||
parserOptions: {
|
||||
project: './tsconfig.eslint.json',
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user