diff --git a/.eslintignore b/.eslintignore index 78599ef32c99f358dc316cc7dce16fb50743d823..8ac85776361d1910152df48ad9dfd307e1f606d9 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,3 +1,4 @@ node_modules dist -public \ No newline at end of file +public +packages \ No newline at end of file diff --git a/.gitignore b/.gitignore index c65ed2d608a1768fc49944a2b3ab0ff7700c63ee..7a8651e15915a9b89b2cb6657ff1ad6a4d24f8f2 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ # npm node_modules -package-lock.json +package-lock. +dist diff --git a/.prettierignore b/.prettierignore index 89572650015c4cc4eedf2cf9870697412e348162..98540e9588e8f6b39b71fef8de9e0b317c0364dd 100644 --- a/.prettierignore +++ b/.prettierignore @@ -3,4 +3,6 @@ node_modules babel.config.js simple-easy.config.js jest.babel.js -jest.config.js \ No newline at end of file +jest.config.js +dist +packages diff --git a/.stylelintrc.json b/.stylelintrc.json index f22485100257719bd1301ee999a982163e9aeb92..7f368f5bf9543b1dd5454d04d758ed5797b63e98 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -1,6 +1,6 @@ { "extends": [ - "@simple-easy/stylelint-config" + "@lepui/lep-stylelint-config" ] } \ No newline at end of file diff --git a/package.json b/package.json index 91210122cc366b25a646609aba40fa656d1eb338..f4432b1eae28250ededa488ea0ecf2ab8f21842e 100644 --- a/package.json +++ b/package.json @@ -15,21 +15,22 @@ "@commitlint/config-conventional": "^12.1.4", "@lepui/eslint-config": "^1.0.1", "@lepui/lep-scripts": "^1.0.4", + "@lepui/lep-stylelint-config": "^1.0.2", "commitlint": "^12.1.4", - "eslint": "^7.28.0", - "husky": "^6.0.0", - "lint-staged": "^11.0.0", "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.5", "enzyme-to-json": "^3.6.1", + "eslint": "^7.28.0", + "husky": "^6.0.0", + "lint-staged": "^11.0.0", "pretty-quick": "^3.1.0" }, "dependencies": { "front-matter": "^4.0.2", "loader-utils": "^2.0.0", "markdown-it": "^12.0.6", - "react": "^17.0.1", - "react-dom": "^17.0.1", + "react": "^16.8.0", + "react-dom": "^16.8.0", "react-router-dom": "^5.2.0" } }