3.0.6 • Published 8 months ago

@tallarium/lenz v3.0.6

Weekly downloads
96
License
UNLICENSED
Repository
github
Last release
8 months ago

Lenz

Tallarium Shared Lint Configs

Building

npm run build

will create configuration files in dist. Note that copying the files in this directory is not the preferred method for use in other projects.

Develop locally with other projects

In the lenz directory:

npm link

and in the other project's directory

npm link @tallarium/lenz

Each time you want Lenz configuration changes to be reflected in other linked projects, build using the above instructions.

Deployment

Follow the standard NPM package release instructions.

Examples

The examples below are the basic files required to use a Lenz deployment in another project.

Where the file is extended, this means that project-specific configuration supplied in the json file will take precedence over that specified in Lenz.

tslint.json

{
  "extends": [
      "./node_modules/@tallarium/lenz/dist/.eslintrc.js"
  ]
}

.template-lintrc.js

module.exports = require("@tallarium/lenz/dist/templatelint");
3.0.6

8 months ago

3.0.5

11 months ago

3.0.4

11 months ago

3.0.3

1 year ago

3.0.2

2 years ago

3.0.1

2 years ago

3.0.0

3 years ago

2.2.0

3 years ago

2.1.0

3 years ago

2.0.0

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

4 years ago

1.0.0

4 years ago

0.13.2

4 years ago

0.13.1

4 years ago

0.13.0

4 years ago

0.12.0

4 years ago

0.11.4

4 years ago

0.11.3

4 years ago

0.11.2

5 years ago

0.11.1

5 years ago

0.11.0

5 years ago

0.10.0

5 years ago

0.9.0

6 years ago

0.8.0

6 years ago

0.7.0

6 years ago

0.6.2

6 years ago

0.6.1

6 years ago

0.6.0

6 years ago

0.5.0

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.1

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.0

6 years ago