We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ts
tsx
1 parent fd6a3cc commit 77c9f1cCopy full SHA for 77c9f1c
index.js
@@ -45,7 +45,12 @@ module.exports = {
45
"jsx-a11y/no-static-element-interactions": "off",
46
47
"react/jsx-filename-extension": ["warn", {
48
- "extensions": [".js", ".jsx"]
+ "extensions": [
49
+ ".js",
50
+ ".jsx",
51
+ ".ts",
52
+ ".tsx"
53
+ ]
54
}],
55
"react/jsx-indent": ["error", "tab"],
56
"react/jsx-indent-props": ["error", "tab"],
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eslint-config-tripletex",
3
- "version": "3.0.0",
+ "version": "3.0.1",
4
"description": "Eslint preset for Tripletex AS projects",
5
"main": "index.js",
6
"scripts": {
0 commit comments