mirror of
https://github.com/usatiuk/writer.git
synced 2025-10-29 00:17:48 +01:00
update deps, remove tslint
This commit is contained in:
15
.eslintrc.js
15
.eslintrc.js
@@ -1,3 +1,14 @@
|
||||
module.exports = {
|
||||
"extends": ["airbnb", "plugin:prettier/recommended"]
|
||||
};
|
||||
root: true,
|
||||
parser: "@typescript-eslint/parser",
|
||||
plugins: ["@typescript-eslint"],
|
||||
extends: [
|
||||
"eslint:recommended",
|
||||
"plugin:@typescript-eslint/recommended",
|
||||
"prettier/@typescript-eslint",
|
||||
],
|
||||
env: {
|
||||
browser: true,
|
||||
node: true
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user