Skip to content

Commit

Permalink
Merge pull request #71 from nimblehq/release/2.8.1
Browse files Browse the repository at this point in the history
Release - Core 2.8.1, Typescript 1.0.1
  • Loading branch information
carryall authored Apr 4, 2024
2 parents f00fdd5 + 6e6601e commit 9882b80
Show file tree
Hide file tree
Showing 5 changed files with 138 additions and 16 deletions.
131 changes: 127 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 0 additions & 10 deletions packages/eslint-config-nimble-core/lib/rules/import.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
module.exports = {
plugins: ['import'],
extends: ['plugin:import/recommended'],
parser: '@typescript-eslint/parser',
rules: {
'import/order': [
'error',
Expand Down Expand Up @@ -41,13 +40,4 @@ module.exports = {
},
],
},
settings: {
'import/resolver': {
typescript: {},
node: {
extensions: ['.js', '.jsx', '.ts', '.tsx'],
moduleDirectory: ['node_modules', 'src/'],
},
},
},
};
2 changes: 1 addition & 1 deletion packages/eslint-config-nimble-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nimblehq/eslint-config-nimble-core",
"version": "2.8.0",
"version": "2.8.1",
"description": "ESLint base configuration developed and maintained by Nimble",
"keywords": [
"eslint",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,13 @@ module.exports = {
'@typescript-eslint/no-unused-vars': ['error', { argsIgnorePattern: '^_' }],
'@typescript-eslint/no-use-before-define': ['error'],
},
settings: {
'import/resolver': {
typescript: {},
node: {
extensions: ['.js', '.jsx', '.ts', '.tsx'],
moduleDirectory: ['node_modules', 'src/'],
},
},
},
};
2 changes: 1 addition & 1 deletion packages/eslint-config-nimble-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nimblehq/eslint-config-nimble-typescript",
"version": "1.0.0",
"version": "1.0.1",
"description": "ESLint config for TypeScript projects by Nimble",
"keywords": [
"eslint",
Expand Down

0 comments on commit 9882b80

Please sign in to comment.