Francisco Giordano
f06738828b
Migrate to Hardhat ( #2397 )
4 years ago
Nicolás Venturo
5f92adc2e7
Migrate from truffle to test-environment ( #2007 )
...
* Sketch
* Migrate all tests to test-env
* Finish migration to test-env
* Add config
* Work on GSN tests
* Migrate to newer test-env version and loader syntax
* Add GSN setup
* Finish test-env migration
* Setup coverage using test-env
* Migrate to npm package
* Fix package.json
* Add compile step to CI
* Add comment on coverage setup
* Remove dependency on @truffle/contract
* Fix package-lock merge
* Fix linter errors
* Upgrade test-environment, depend locally on ganche-coverage
* Improve coverage script
* Improve sign.js API
* Move accounts destructuring to describe block
* Switch to prebuilt ethereumjs-vm package
* Upgrade test-enviroment version
* use workspace in circleci config
* remove unnecessary npx
5 years ago
dependabot-preview[bot]
8836fac06f
Bump eslint from 4.19.1 to 6.5.1 ( #1948 )
...
* Bump eslint from 4.19.1 to 6.5.1
Bumps [eslint](https://github.com/eslint/eslint ) from 4.19.1 to 6.5.1.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v4.19.1...v6.5.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* better ignore rules for eslint
* set ecmascript version to support object spread operator
5 years ago
Nicolás Venturo
714ab21a6e
Added mocha-no-only ESlint plugin. ( #1529 )
6 years ago
Nicolás Venturo
598a0358fc
Dangling commas are now required. ( #1359 )
...
(cherry picked from commit a6889776f4
)
6 years ago
Nicolás Venturo
a6889776f4
Dangling commas are now required. ( #1359 )
6 years ago
Nicolás Venturo
b59b43fa44
Enforce linebreak style ( #1213 )
...
* Now forcing Unix linebreak style.
* Added linebreak style for Solidity files.
7 years ago
Justus Perlwitz
ae2980b072
Add EditorConfig ( #1119 )
...
* Add EditorConfig file.
This allows users with a wide variety of editors to easily code in
OpenZeppelin's preferred 2 space indentation code style.
See https://editorconfig.org for more information.
* Eslint: Always disallow trailing space
* Eslint: Error on missing EOL at file end
7 years ago
Nicolás Venturo
567b773242
Prefer const in test files ( #1117 )
...
* Removed all instances of var.
* Sorted eslintrc rules.
* Made eslint rule severity explicit.
* Now prefering const over let.
7 years ago
Matt Condon
8662846838
feat: apply eslint --fix across project
7 years ago
Matt Condon
6ea0577bfe
feat: enable eslint
7 years ago