Skip to content

Commit

Permalink
Merge pull request #12 from fykosak/dev-datetime-period
Browse files Browse the repository at this point in the history
FrontendComponent
  • Loading branch information
cevro authored Oct 28, 2024
2 parents 7a117a3 + a32ae2c commit fa52038
Show file tree
Hide file tree
Showing 24 changed files with 6,019 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
module.exports = {
"env": {
"browser": true,
"es2021": true
},
"extends": [
"eslint:recommended",
"plugin:react/recommended",
"plugin:@typescript-eslint/recommended"
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaFeatures": {
"jsx": true
},
"ecmaVersion": 12,
"sourceType": "module"
},
"plugins": [
"react",
"@typescript-eslint"
],
"rules": {
}
};
Loading

0 comments on commit fa52038

Please sign in to comment.