Skip to content

Commit

Permalink
add back linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Giannis Chatziveroglou committed Oct 30, 2022
1 parent bfb2981 commit 64c4302
Show file tree
Hide file tree
Showing 3 changed files with 493 additions and 15 deletions.
14 changes: 14 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
require("@rushstack/eslint-patch/modern-module-resolution");

module.exports = {
root: true,
ignorePatterns: ["dist/", "*.js", "api", "tools"],
parserOptions: {
tsconfigRootDir: __dirname,
project: "tsconfig.json",
},
extends: ["@saberhq"],
env: {
node: true,
},
};
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
"@saberhq/chai-solana": "^1.12.44",
"@saberhq/solana-contrib": "^1.12.44",
"@saberhq/token-utils": "^1.12.44",
"@saberhq/eslint-config-react": "^2.1.0",
"@saberhq/tsconfig": "^2.1.0",
"@solana/web3.js": "^1.34.0",
"@types/bn.js": "^5.1.0",
"@types/bs58": "^4",
Expand Down
Loading

0 comments on commit 64c4302

Please sign in to comment.