aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tslint-config
Commit message (Expand)AuthorAgeFilesLines
* PublishLeonid Logvinov2019-01-151-1/+1
* Updated CHANGELOGSLeonid Logvinov2019-01-152-0/+13
* Implement tslint enum-naming to enforce PascalCase on enum members (#1474)Xianny2019-01-126-3/+176
* PublishFabio Berger2019-01-121-1/+1
* Updated CHANGELOGSFabio Berger2019-01-122-0/+13
* Update prettier to version ^1.15.3Alex Browne2019-01-111-6/+3
* PublishLeonid Logvinov2018-12-141-1/+1
* Updated CHANGELOGSLeonid Logvinov2018-12-141-1/+1
* Updated CHANGELOGSLeonid Logvinov2018-12-142-1/+6
* Add PR numberLeonid Logvinov2018-12-131-1/+2
* Check functions Async suffixLeonid Logvinov2018-12-132-15/+32
* Implement prefer-template tslint rulekao2018-12-081-0/+1
* PublishJacob Evans2018-11-091-1/+1
* Updated CHANGELOGSJacob Evans2018-11-092-0/+13
* chore: Add --format stylish to tslintAlex Browne2018-10-241-1/+1
* PublishLeonid Logvinov2018-10-181-1/+1
* Updated CHANGELOGSLeonid Logvinov2018-10-182-1/+14
* chore: change README.md from 0xproject to 0xJacob Evans2018-10-181-5/+5
* chore: change package org from 0xproject to 0xJacob Evans2018-10-181-1/+1
* Remove unused copyfiles dependenciesAlex Browne2018-10-161-1/+0
* PublishBrandon Millman2018-10-051-1/+1
* Updated CHANGELOGSBrandon Millman2018-10-052-3/+16
* Introduce a build:ci command that doesn't build webpack bundlesLeonid Logvinov2018-10-021-0/+1
* PublishFabio Berger2018-09-051-1/+1
* Updated CHANGELOGSFabio Berger2018-09-052-0/+13
* Fix unused vars for react-shared and websitefragosti2018-08-311-0/+1
* feat: Add support for TypeScript project references (#991)Alex Browne2018-08-302-4/+3
* PublishFabio Berger2018-08-251-1/+1
* Updated CHANGELOGSFabio Berger2018-08-252-3/+16
* Fix many linter errors that showed up upon upgrading tsutilFabio Berger2018-08-232-4/+3
* Remove monorepo-scripts from tslintconfig.jsonFabio Berger2018-08-221-1/+1
* Merge developmentFabio Berger2018-08-171-2/+2
|\
| * Bump copyfiles from 1.2.0 to 2.0.0dependabot[bot]2018-08-151-1/+1
| * feat: Upgrade TypeScript to 3.0.1Alex Browne2018-08-151-1/+1
* | Merge developmentFabio Berger2018-08-153-5/+18
|\|
| * PublishAlex Browne2018-08-141-2/+2
| * Updated CHANGELOGSAlex Browne2018-08-142-2/+15
| * fix: Update dependenciesAlex Browne2018-08-101-1/+1
| * Update TypeScript to version 2.9.2Alex Browne2018-08-091-1/+1
* | Remove all in-package monorepo-scripts by adding doc gen/upload and aggregate...Fabio Berger2018-07-303-19/+3
|/
* PublishFabio Berger2018-07-261-2/+2
* Updated CHANGELOGSFabio Berger2018-07-262-0/+13
* PublishFabio Berger2018-07-261-2/+2
* Updated CHANGELOGSFabio Berger2018-07-262-0/+17
* Fix changelogsFabio Berger2018-07-262-1/+10
* Revert "Temporarily add changelog & package.json version changes"Fabio Berger2018-07-252-13/+0
* Temporarily add changelog & package.json version changesFabio Berger2018-07-242-0/+13
* Revert "Revert "Publish""Fabio Berger2018-07-241-2/+2
* Revert "Publish"Leonid Logvinov2018-07-231-2/+2
* PublishLeonid Logvinov2018-07-231-2/+2
* Updated CHANGELOGSLeonid Logvinov2018-07-232-1/+18
* Add missing timestamp to CHANGELOG entriesFabio Berger2018-07-211-0/+1
* FIx a typoLeonid Logvinov2018-07-201-1/+1
* @0xproject/tslint-config@1.0.0Leonid Logvinov2018-07-201-1/+1
* Change the next @0xproject/tslint-config version to be 1.0.0Leonid Logvinov2018-07-201-0/+9
* Change all package to depend on the new @0xproject/monorepo-scripts@1.0.0Leonid Logvinov2018-07-201-1/+1
* MergeLeonid Logvinov2018-07-181-81/+18
* Merge branch 'v2-prototype' into feature/order-watcher-v2Leonid Logvinov2018-07-183-39/+123
|\
| * Fix tslint issuesLeonid Logvinov2018-07-171-0/+1
| * Upgrade tslint to the newest versionLeonid Logvinov2018-07-171-1/+1
| * Add new tslint rulesLeonid Logvinov2018-07-171-0/+19
| * Sort the config file lexicographicallyLeonid Logvinov2018-07-161-26/+31
* | Add no-return-await, no-duplicate-switch-case, no-implicit-dependencies rulesLeonid Logvinov2018-07-131-0/+3
* | Upgrade tslint to use prefer-readonlyLeonid Logvinov2018-07-131-1/+1
|/
* Update package versionsFabio Berger2018-07-101-2/+2
* Update changelogsFabio Berger2018-07-092-0/+13
* Fix missed merge conflictsFabio Berger2018-06-191-3/+0
* Update all package versions to match latest published to NPMFabio Berger2018-06-191-2/+2
* Update CHANGELOG's with publishes performed on development branchFabio Berger2018-06-192-0/+29
* Fix no-unused-variable tslint rule to include parameters and fix issuesFabio Berger2018-06-121-1/+1
* Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-06-071-1/+1
|\
| * Merge v2-prototypeFabio Berger2018-06-061-0/+1
| |\
| * | - Rename watch to watch_without_deps in sub-packages, so dev's don't confuse ...Fabio Berger2018-06-051-1/+1
* | | merge v2-prototypeFabio Berger2018-06-061-0/+1
|\ \ \ | | |/ | |/|
| * | Add `switch-default` tslint rule and add missing default statementFabio Berger2018-06-051-0/+1
| |/
* | Linter now passesfragosti2018-06-061-1/+0
* | Try enabling no-unused-variable...fragosti2018-06-053-1/+5
|/
* Merge branch 'development' into v2-prototypeLeonid Logvinov2018-05-233-2/+15
|\
| * PublishLeonid Logvinov2018-05-231-2/+2
| * Updated CHANGELOGSLeonid Logvinov2018-05-232-0/+13
* | Add `are` to boolean naming conventionsFabio Berger2018-05-231-1/+1
* | Fix the tsutils version, fixing ts typings issueFabio Berger2018-05-231-1/+1
|/
* Merge pull request #594 from 0xProject/improvement/addCustomTslintRulesFabio Berger2018-05-234-1/+149
|\
| * Merge branch 'development' into improvement/addCustomTslintRulesFabio Berger2018-05-161-0/+3
| |\
| * | Fix commentsFabio Berger2018-05-161-2/+1
| * | Enforce new rules, including no-switch-case-fall-throughFabio Berger2018-05-161-0/+3
| * | Implement boolean variable naming custom TSLint ruleFabio Berger2018-05-161-0/+69
| * | Implement custom no-magic-numbers rule that doesn't include magic numbers pas...Fabio Berger2018-05-162-1/+78
* | | Use make-promises-safe to catch unhandled rejections in testsAlex Browne2018-05-171-1/+2
| |/ |/|
* | Merge pull request #578 from 0xProject/document-node-versionAlex Browne2018-05-161-0/+3
|\ \ | |/ |/|
| * Change minimum Node version to 6.12Alex Browne2018-05-151-1/+1
| * Document Node.js version requirement and add it to package.jsonAlex Browne2018-05-151-0/+3
* | Move from using lerna multi-package commands to wsrun, update README's accord...Fabio Berger2018-05-152-16/+4
|/
* Add missing type definitionsLeonid Logvinov2018-05-142-2/+3
* Fix linter issuesLeonid Logvinov2018-05-101-1/+1
* PublishLeonid Logvinov2018-05-041-2/+2
* Updated CHANGELOGSLeonid Logvinov2018-05-042-7/+20
* PublishFabio Berger2018-04-181-2/+2
* Updated CHANGELOGSFabio Berger2018-04-182-7/+20
* Fix some of the publishing/installation issuesLeonid Logvinov2018-04-121-1/+1
* PublishLeonid Logvinov2018-04-121-2/+2
* Updated CHANGELOGSLeonid Logvinov2018-04-122-0/+13
* Fix contributing linksFabio Berger2018-04-051-1/+1
* Improve contributing section of all packages so they include building entire ...Fabio Berger2018-04-051-4/+24
* Remove `isPublished` from all CHANGELOG.json filesxFabio Berger2018-04-031-16/+8
* After publishLeonid Logvinov2018-04-021-1/+2
* PublishLeonid Logvinov2018-04-021-2/+2
* Updated CHANGELOGSLeonid Logvinov2018-04-022-6/+19
* Add manual postpublish command to all public packages and update CHANGELOG.jsonFabio Berger2018-04-022-2/+4
* PublishFabio Berger2018-04-021-2/+2
* Updated CHANGELOGSFabio Berger2018-04-022-1/+19
* Generate CHANGELOG.json filesFabio Berger2018-04-021-0/+74
* Standardize changelog dates and formatFabio Berger2018-03-291-1/+1
* Merge pull request #482 from 0xProject/feature/web3-typesLeonid Logvinov2018-03-281-0/+1
|\
| * Move common types out of web3 typesLeonid Logvinov2018-03-271-0/+1
* | merge developmentxFabio Berger2018-03-281-1/+1
|\|
| * Add clean-state testsLeonid Logvinov2018-03-271-1/+1
* | Add monorepo_scripts to npmignoreFabio Berger2018-03-271-0/+1
|/
* Fix lint rules directoryFabio Berger2018-03-221-1/+1
* Set Lodash dep to an exact version since newer versions introduced breaking c...Fabio Berger2018-03-201-1/+1
* PublishFabio Berger2018-03-191-2/+2
* PublishFabio Berger2018-03-191-3/+3
* Move configuration into package.json configs sectionFabio Berger2018-03-141-2/+3
* Fix lint issuesFabio Berger2018-03-131-0/+1
* move scripts to monorepro-scriptsFabio Berger2018-03-135-8/+17
* Add package.json publishConfig so that these packages are published as public.Fabio Berger2018-03-081-0/+3
* PublishFabio Berger2018-03-051-1/+1
* Update all mentions of the repo name being `0x.js` to `0x-monorepo`Fabio Berger2018-03-041-3/+3
* PublishFabio Berger2018-02-101-1/+1
* Move tslint and tslint-eslint-rules to dev deps since this package needs them...Fabio Berger2018-02-102-2/+6
* PublishFabio Berger2018-02-101-1/+1
* Merge pull request #389 from 0xProject/fix/npmInclusionIssuesFabio Berger2018-02-103-6/+11
|\
| * Add `yarn-error.log` to all .npmignoreFabio Berger2018-02-101-0/+1
| * Add PR number to CHANGELOGsFabio Berger2018-02-101-1/+1
| * ignore all files starting with dots in all sub-packagesFabio Berger2018-02-101-0/+1
| * cleanup npmignorexFabio Berger2018-02-101-2/+2
| * Fix issue where custom TSLint rules were not being published to NPMFabio Berger2018-02-103-6/+9
* | Simplify standard postpublish script and remove them from some private packagesBrandon Millman2018-02-091-10/+1
|/
* PublishLeonid Logvinov2018-02-061-1/+1
* Merge branch 'development' into feature/build_watchLeonid2018-02-051-3/+13
|\
| * PublishLeonid Logvinov2018-02-011-3/+13
* | Merge pull request #359 from 0xProject/feature/ts-2.7Leonid2018-02-051-1/+1
|\ \
| * | Upgrade TS to the newest versionLeonid Logvinov2018-02-011-1/+1
* | | Add build:watch to README'sLeonid Logvinov2018-02-021-0/+6
|/ /
* / Add build:watch command to all TS packagesLeonid Logvinov2018-02-011-0/+1
|/
* Add PR number to changelogBrandon Millman2018-01-311-1/+1
* Fix lint errorsBrandon Millman2018-01-311-2/+1
* Add protected keyword to underscore lint ruleBrandon Millman2018-01-313-3/+8
* Remove no-unused-variabe ruleLeonid Logvinov2018-01-301-1/+0
* Fix prettierLeonid Logvinov2018-01-301-12/+2
* PublishFabio Berger2018-01-301-3/+13
* Add config file specifically in prettier command and fix filesFabio Berger2018-01-307-199/+199
* Fix prettierFabio Berger2018-01-307-209/+199
* PublishLeonid Logvinov2018-01-301-3/+13
* Run prettierAmir Bandeali2018-01-261-12/+2
* PublishLeonid Logvinov2018-01-251-3/+13
* Merge pull request #322 from 0xProject/fix/ci-timeLeonid2018-01-181-0/+1
|\
| * Enable restrict-plus-operands and fix issues detectedLeonid Logvinov2018-01-171-0/+1
* | Run prettier to revert formatting changes made by the lerna publish stepBrandon Millman2018-01-181-12/+2
* | PublishBrandon Millman2018-01-181-3/+13
|/
* Prettify package.json filesLeonid Logvinov2018-01-121-12/+2
* PublishLeonid Logvinov2018-01-111-3/+13
* Include web3 types via typeRoots and factor out common parts of tsconfig.jsonLeonid Logvinov2018-01-101-8/+2
* Apply prettify on json and md filesLeonid Logvinov2018-01-044-69/+57
* Apply prettier configLeonid Logvinov2018-01-033-109/+102
* Remove formatting esilnt rulesLeonid Logvinov2018-01-031-2/+0
* PublishFabio Berger2017-12-281-1/+1
* Add dates to CHANGELOG entriesFabio Berger2017-12-281-1/+1
* Add some missed underscores, update changelog and commentsBrandon Millman2017-12-212-12/+6
* Merge branch 'development' into fix/underscorePrivateBrandon Millman2017-12-212-1/+5
|\
| * PublishLeonid Logvinov2017-12-211-1/+1
| * Update CHANGELOGsLeonid Logvinov2017-12-201-0/+4
* | Add new underscore-privates rule to @0xproject/tslint-config and fix lint errorsBrandon Millman2017-12-203-0/+73
|/
* Change contributing testLeonid Logvinov2017-12-201-1/+1
* Fix yarn workspaces explanationLeonid Logvinov2017-12-201-1/+2
* Change CONTRIBUTING sectionLeonid Logvinov2017-12-201-1/+1
* Fix the headersLeonid Logvinov2017-12-201-1/+1
* Address feedbackLeonid Logvinov2017-12-201-9/+19
* Write 4 README'sLeonid Logvinov2017-12-201-4/+40
* Fix redundant spacesLeonid Logvinov2017-12-162-4/+7
* Fix connect unused varsLeonid Logvinov2017-12-151-0/+1
* Dissallow unused vars/importsLeonid Logvinov2017-12-151-0/+1
* Implement first custom linter rule async-suffixLeonid Logvinov2017-12-155-1/+59
* PublishBrandon Millman2017-12-091-1/+1
* Use same versions of dependencies everywhereLeonid Logvinov2017-12-061-1/+1
* PublishLeonid Logvinov2017-11-291-1/+1
* Enforce comments on public methodsLeonid Logvinov2017-11-241-0/+7
* Enable some new linter rules and fix the issuesLeonid Logvinov2017-11-241-8/+39
* Auto-fix linter errorsLeonid Logvinov2017-11-241-1/+12
* Remove even more asyncsLeonid Logvinov2017-11-241-0/+3
* PublishLeonid Logvinov2017-11-221-1/+1
* Revert "Publish"Leonid Logvinov2017-11-221-1/+1
* PublishLeonid Logvinov2017-11-221-1/+1
* Merge branch 'development' into feature/publishLifecycleScriptsFabio Berger2017-11-181-0/+6
|\
| * Add CHANGELOG files to each sub-packageFabio Berger2017-11-151-0/+6
* | Put release name generation into postpublish_utilsFabio Berger2017-11-181-1/+1
* | reset all sub-package versions to latest actually publishedFabio Berger2017-11-181-1/+1
* | Get package name from package.jsonFabio Berger2017-11-181-1/+2
* | Add postpublish scripts for all the subpackages so that they each publish a r...Fabio Berger2017-11-181-0/+13
* | WIPBrandon Millman2017-11-161-1/+1
|/
* Add title and install instructions to all sub-package READMEsFabio Berger2017-11-151-1/+7
* PublishFabio Berger2017-11-151-1/+1
* Improve descriptionFabio Berger2017-11-152-2/+2
* Add tslint-config sub-packageFabio Berger2017-11-143-0/+95