Skip to content

Commit

Permalink
Merge pull request ethereum-optimism#8161 from ethereum-optimism/deps…
Browse files Browse the repository at this point in the history
…/remove-dead-solidity-linter

monorepo: delete dead solidity linter
  • Loading branch information
tynes authored Nov 14, 2023
2 parents 53bf578 + 4c2c8b5 commit 34b094a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 47 deletions.
19 changes: 2 additions & 17 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -1,25 +1,10 @@
module.exports = {
$schema: 'http://json.schemastore.org/prettierrc',
plugins: ['prettier-plugin-solidity'],
plugins: [],
trailingComma: 'es5',
tabWidth: 2,
semi: false,
singleQuote: true,
arrowParens: 'always',
overrides: [
{
files: '*.sol',
options: {
// These options are native to Prettier.
printWidth: 100,
tabWidth: 4,
useTabs: false,
singleQuote: false,
bracketSpacing: true,
// These options are specific to the Solidity Plugin
explicitTypes: 'always',
compiler: '>=0.8.15',
},
},
],
overrides: [],
}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
"nyc": "^15.1.0",
"patch-package": "^8.0.0",
"prettier": "^2.8.0",
"prettier-plugin-solidity": "^1.2.0",
"rimraf": "^5.0.5",
"ts-mocha": "^10.0.0",
"typescript": "^5.2.2",
Expand Down
29 changes: 0 additions & 29 deletions pnpm-lock.yaml

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

0 comments on commit 34b094a

Please sign in to comment.