Skip to content

Commit

Permalink
Merge pull request #1 from nanoporetech/chore/reorganise-types
Browse files Browse the repository at this point in the history
Refactor types and type bundling
  • Loading branch information
glenveegee authored Jul 29, 2020
2 parents bcd0dc2 + 15fb9d9 commit fd9ec06
Show file tree
Hide file tree
Showing 15 changed files with 1,309 additions and 927 deletions.
7 changes: 6 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,15 @@ module.exports = {
parserOptions: {
ecmaVersion: 2018, // Allows for the parsing of modern ECMAScript features
sourceType: 'module', // Allows for the use of imports
project: `./tsconfig.json`
project: `./tsconfig.eslint.json`
},
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",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/explicit-module-boundary-types": "off",
"@typescript-eslint/no-unsafe-member-access": "off",
"@typescript-eslint/no-unsafe-assignment": "off",
"@typescript-eslint/no-unsafe-return": "off",
},
};
Loading

0 comments on commit fd9ec06

Please sign in to comment.