Skip to content

Commit

Permalink
fix(fpackage.json): added keywords for SEO
Browse files Browse the repository at this point in the history
  • Loading branch information
opensrc0 committed Jul 17, 2024
1 parent 111f0e4 commit 351d553
Show file tree
Hide file tree
Showing 4 changed files with 16,705 additions and 11,397 deletions.
3 changes: 2 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"presets": [ ["@babel/preset-env", { "modules": false }] , "@babel/preset-react"],
"presets": [ ["@babel/preset-env", { "modules": false }] , ["@babel/preset-react", {"runtime": "automatic"}],
],
"comments": false,
"env": {
"minify": {
Expand Down
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"globals": {
"APP_ENV": true,
"globalThis": true,
"google": true
"google": true,
"it": true
},
"rules": {
"import/no-extraneous-dependencies": ["off"], // Need to use external dep like webpack-dashboard
Expand Down
Loading

0 comments on commit 351d553

Please sign in to comment.