Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
fix: remove deprecated @nordicsemiconductor/asset-tracker-cloud-code-…
Browse files Browse the repository at this point in the history
…style
  • Loading branch information
coderbyheart committed Feb 16, 2024
1 parent a9c8251 commit a5ee0d2
Show file tree
Hide file tree
Showing 8 changed files with 620 additions and 3,246 deletions.
7 changes: 5 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,16 @@
"@typescript-eslint/no-unused-expressions": "off",
"no-redeclare": "off",
"no-use-before-define": "off",
"@typescript-eslint/no-use-before-define": "error"
"@typescript-eslint/no-use-before-define": "error",
"import/extensions": "warn",
"prefer-arrow/prefer-arrow-functions": "warn"
}
},
{
"files": ["*.ts"],
"rules": {
"no-undef": "off"
"no-undef": "off",
"import/extensions": "warn"
}
}
]
Expand Down
3 changes: 0 additions & 3 deletions .prettierrc.js

This file was deleted.

Loading

0 comments on commit a5ee0d2

Please sign in to comment.