Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
oterral committed Jan 29, 2025
2 parents aef066b + 1fa7939 commit e9d7896
Show file tree
Hide file tree
Showing 14 changed files with 2,469 additions and 1,544 deletions.
29 changes: 12 additions & 17 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,37 +1,32 @@
module.exports = {
env: {
'cypress/globals': true,
node: true,
browser: true,
'cypress/globals': true,
es6: true,
jest: true,
node: true,
},
extends: ['@geops/eslint-config-react'],
plugins: ['cypress', 'prettier'],
parserOptions: {
project: './tsconfig.json',
},
plugins: ['cypress', 'prettier'],
rules: {
'@typescript-eslint/no-empty-function': 'Off',
'@typescript-eslint/no-floating-promises': 'Off',
'@typescript-eslint/no-unsafe-argument': 'Off',
'@typescript-eslint/no-unsafe-assignment': 'Off',
'@typescript-eslint/no-unsafe-call': 'Off',
'@typescript-eslint/no-unsafe-member-access': 'Off',
'@typescript-eslint/prefer-nullish-coalescing': 'Off',
'arrow-body-style': 0,
'mocha/no-setup-in-describe': 'Off',
'prettier/prettier': 'error',
'react/jsx-filename-extension': [
1,
{
extensions: ['.js', '.jsx'],
},
],
'prettier/prettier': 'error',
'@typescript-eslint/no-unsafe-assignment': 'Off',
'@typescript-eslint/no-empty-interface': 'Off',
'@typescript-eslint/no-empty-function': 'Off',
'@typescript-eslint/no-redundant-type-constituents': 'Off',
'@typescript-eslint/prefer-nullish-coalescing': 'Off',
'@typescript-eslint/no-unsafe-argument': 'Off',
'@typescript-eslint/no-unsafe-member-access': 'Off',
'@typescript-eslint/no-unsafe-call': 'Off',
'@typescript-eslint/no-unsafe-return': 'Off',
'@typescript-eslint/no-explicit-any': 'Off',
'@typescript-eslint/no-floating-promises': 'Off',
'@typescript-eslint/unbound-method': 'Off',
'@typescript-eslint/prefer-for-of': 'Off',
},
};
28 changes: 14 additions & 14 deletions doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,33 @@
"name": "doc",
"version": "0.1.0",
"dependencies": {
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@geops/geops-ui": "^0.3.4",
"@mui/icons-material": "^6.1.8",
"@mui/material": "^6.1.8",
"@mui/styles": "^6.1.8",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@geops/geops-ui": "^0.3.5",
"@mui/icons-material": "^6.4.1",
"@mui/material": "^6.4.1",
"@mui/styles": "^6.4.1",
"codesandbox": "2.2.3",
"maplibre-gl": "4.7.1",
"maplibre-gl": "5.1.0",
"mobility-toolbox-js": "./../build",
"next": "15.0.3",
"ol": "10.2.1",
"next": "15.1.6",
"ol": "10.3.1",
"path": "^0.12.7",
"prop-types": "15.8.1",
"react": "18.3.1",
"react-app-polyfill": "3.0.0",
"react-dom": "18.3.1",
"react-icons": "5.3.0",
"react-markdown": "9.0.1",
"react-icons": "5.4.0",
"react-markdown": "9.0.3",
"react-scrollchor": "7.0.2",
"react-syntax-highlighter": "15.6.1",
"typeface-lato": "1.1.13"
},
"devDependencies": {
"eslint": "9.15.0",
"eslint-config-next": "15.0.3",
"eslint": "9.19.0",
"eslint-config-next": "15.1.6",
"raw-loader": "4.0.2",
"sass": "1.81.0"
"sass": "1.83.4"
},
"scripts": {
"build": "next build",
Expand Down
4 changes: 2 additions & 2 deletions doc/src/components/Esdoc/index.json

Large diffs are not rendered by default.

Loading

0 comments on commit e9d7896

Please sign in to comment.