Skip to content

Commit

Permalink
refactor: Moves files up a level.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexseitsinger committed Feb 29, 2020
1 parent 544792c commit a0f6634
Show file tree
Hide file tree
Showing 18 changed files with 390 additions and 439 deletions.
3 changes: 0 additions & 3 deletions configs/javascript-react-redux.js

This file was deleted.

3 changes: 0 additions & 3 deletions configs/javascript-react.js

This file was deleted.

3 changes: 0 additions & 3 deletions configs/javascript.js

This file was deleted.

3 changes: 0 additions & 3 deletions configs/markdown-javascript-react-redux.js

This file was deleted.

3 changes: 0 additions & 3 deletions configs/markdown-javascript-react.js

This file was deleted.

3 changes: 0 additions & 3 deletions configs/markdown-javascript.js

This file was deleted.

3 changes: 0 additions & 3 deletions configs/markdown-typescript-react-redux.js

This file was deleted.

3 changes: 0 additions & 3 deletions configs/markdown-typescript-react.js

This file was deleted.

3 changes: 0 additions & 3 deletions configs/markdown-typescript.js

This file was deleted.

3 changes: 0 additions & 3 deletions configs/package-json.js

This file was deleted.

3 changes: 0 additions & 3 deletions configs/typescript-react-redux.js

This file was deleted.

3 changes: 0 additions & 3 deletions configs/typescript-react.js

This file was deleted.

3 changes: 0 additions & 3 deletions configs/typescript.js

This file was deleted.

11 changes: 11 additions & 0 deletions groups/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@ module.exports = {
"import/core-modules": ["fs", "path", "child_process"],
"import/ignore": ["node_modules", ".yalc"],
"import/external-module-folders": ["node_modules", ".yalc"],
"import/resolver": {
jest: {
jestConfigFile: "./jest.config.js",
},
webpack: {
config: "./webpack.config.development.js",
},
typescript: {
alwaysTryTypes: true,
},
},
},
plugins: [
"import",
Expand Down
10 changes: 0 additions & 10 deletions groups/javascript.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
module.exports = {
settings: {
"import/resolver": {
jest: {
jestConfigFile: "./jest.config.js",
},
webpack: {
config: "./webpack.config.development.js",
},
},
},
plugins: ["jsdoc"],
}
11 changes: 0 additions & 11 deletions groups/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,6 @@ module.exports = {
"import/parsers": {
"@typescript-eslint/parser": [".ts", ".tsx"],
},
"import/resolver": {
jest: {
jestConfigFile: "./jest.config.js",
},
webpack: {
config: "./webpack.config.development.js",
},
typescript: {
alwaysTryTypes: true,
},
},
},
parserOptions: {
project: "./tsconfig.json",
Expand Down
2 changes: 1 addition & 1 deletion rules/@typescript-eslint.js
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ const rules = {
*
* https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-extra-parens.md
*/
"@typescript-eslint/no-extra-parens": "error",
"@typescript-eslint/no-extra-parens": "off",

/**
* Disallow unnecessary semicolons
Expand Down
Loading

0 comments on commit a0f6634

Please sign in to comment.