Skip to content

Commit

Permalink
feat(react-native-eslint): pnpm commit
Browse files Browse the repository at this point in the history
  • Loading branch information
andrefelipeschulle committed Oct 30, 2023
1 parent 3a51ff7 commit c3e443c
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 378 deletions.
2 changes: 1 addition & 1 deletion packages/react-native/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2019 Andrei Picus
Copyright (c) 2023 BrainyLab Desenvolvimento de Software LTDA

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
1 change: 1 addition & 0 deletions packages/react-native/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ module.exports = {
['/^utils/', '/^@utils/', '/^services/', '/^@services/'],
['/^interfaces/', '/^@interfaces/'],
['parent', 'sibling', 'index'],
['type']
],
alphabetize: { order: 'asc', ignoreCase: true },
},
Expand Down
6 changes: 3 additions & 3 deletions packages/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@brainylab/eslint-config-react-native",
"version": "0.0.6",
"version": "0.0.7",
"main": "index.js",
"license": "MIT",
"keywords": [
Expand All @@ -15,8 +15,8 @@
"url": "git+https://github.com/brainylab/eslint-config"
},
"dependencies": {
"@react-native/eslint-config": "0.72.2",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@react-native/eslint-config": "0.74.0",
"@typescript-eslint/eslint-plugin": "6.9.1",
"eslint-plugin-import-helpers": "1.3.1"
}
}
Loading

0 comments on commit c3e443c

Please sign in to comment.