diff --git a/.eslintrc.js b/.eslintrc.js
deleted file mode 100644
index 7920297..0000000
--- a/.eslintrc.js
+++ /dev/null
@@ -1,25 +0,0 @@
-module.exports = {
- // parser: '@typescript-eslint/parser', // Specifies the ESLint parser
- parserOptions: {
- ecmaVersion: 2020, // Allows for the parsing of modern ECMAScript features
- sourceType: 'module', // Allows for the use of imports
- ecmaFeatures: {
- jsx: true, // Allows for the parsing of JSX
- },
- },
- settings: {
- react: {
- version: 'detect', // Tells eslint-plugin-react to automatically detect the version of React to use
- },
- },
- extends: [
- 'react-app',
- 'plugin:react/recommended', // Uses the recommended rules from @eslint-plugin-react
- 'plugin:prettier/recommended', // Enables eslint-plugin-prettier and eslint-config-prettier. This will display prettier errors as ESLint errors. Make sure this is always the last configuration in the extends array.
- ],
- plugins: ['react', 'react-hooks'],
- rules: {
- // Place to specify ESLint rules. Can be used to overwrite rules specified from the extended configs
- // e.g. "@typescript-eslint/explicit-function-return-type": "off",
- },
-}
diff --git a/.prettierrc.js b/.prettierrc.js
deleted file mode 100644
index 415ca05..0000000
--- a/.prettierrc.js
+++ /dev/null
@@ -1,7 +0,0 @@
-module.exports = {
- semi: false,
- trailingComma: "all",
- singleQuote: true,
- printWidth: 100,
- tabWidth: 2
-};
\ No newline at end of file
diff --git a/package.json b/package.json
index c1b865d..7c01684 100644
--- a/package.json
+++ b/package.json
@@ -14,13 +14,6 @@
"author": "The CoreUI Team (https://github.com/orgs/coreui/people)",
"scripts": {
"dev": "react-scripts start",
- "start": "serve -s build",
- "build": "react-scripts build",
- "test": "react-scripts test --env=jsdom",
- "eject": "react-scripts eject",
- "heroku-postbuild": "npm run build"
- },
- "scripts": {
"build": "react-scripts build",
"build:n17": "react-scripts --openssl-legacy-provider build",
"changelog": "auto-changelog --starting-version 4.1.0 --commit-limit false --hide-credit",
@@ -61,10 +54,6 @@
},
"devDependencies": {
"auto-changelog": "~2.3.0",
- "eslint": "^7.32.0",
- "eslint-config-prettier": "^8.3.0",
- "eslint-plugin-prettier": "^4.0.0",
- "prettier": "2.5.0",
"react-scripts": "^4.0.3",
"sass": "^1.43.5"
},
@@ -72,4 +61,4 @@
"node": "16.x",
"npm": "6.x"
}
-}
\ No newline at end of file
+}
diff --git a/src/_nav.js b/src/_nav.js
index 5880a9f..a749cf9 100644
--- a/src/_nav.js
+++ b/src/_nav.js
@@ -272,6 +272,18 @@ const _nav = [
// name: 'Login',
// to: '/',
// },
+ {
+ component: CNavItem,
+ name: 'Vendors',
+ to: '/vendors',
+ icon:
Create your account
*/} -