Skip to content

Commit

Permalink
import "eslint-config:2.0.0" from xailabs git
Browse files Browse the repository at this point in the history
  • Loading branch information
rezellme committed Apr 20, 2023
1 parent 642701b commit 8f527f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions eslint-config-smb/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Eslint-config-smb
# Eslint-config-SMB

**An npm module exporting recommended eslint and prettier configs for the SMB project.**

Expand All @@ -20,7 +20,7 @@ Create a file `.eslintrc.json` in your root directory. In this file, eslint can
}
```

If you wish to furthermore customize the settings for your particular project, you can do so by adding eslint confiurations here. For example add:
If you wish to furthermore customize the settings for your particular project, you can do so by adding eslint configurations here. For example add:

```
{
Expand Down
2 changes: 1 addition & 1 deletion eslint-config-smb/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module.exports = {
},
"import/resolver": {
"node": {
"extensions": [".js", ",.jsx", ",.ts", ".tsx"],
"extensions": [".js", ".jsx", ".ts", ".tsx"],
"paths": ["./src"]
}
}
Expand Down

0 comments on commit 8f527f2

Please sign in to comment.