Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

Commit 0db423a

Browse files
soumak77danbucholtz
authored andcommitted
chore(readme): typo on the ionic_enable_lint property name
The config parameter is named `ionic_enable_lint`, not `enable_lint`
1 parent fab1d48 commit 0db423a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ npm run build --rollup ./config/rollup.config.js
142142
| convert bundle to ES5 | `ionic_build_to_es5` | `--buildToEs5` | `true` | Convert bundle to ES5 for for production deployments |
143143
| default watch timeout | `ionic_start_watch_timeout` | `--startWatchTimeout` | `3000` | Milliseconds controlling the default watch timeout |
144144
| choose the polyfill | `ionic_polyfill_name` | `--polyfillName` | `polyfills` | Change with polyfills.modern or polyfills.ng (all options)[https://github.com/driftyco/ionic/tree/master/scripts/polyfill] |
145-
| enable linting | `enable_lint` | `--enableLint` | `true` | Set to `false` for skipping the linting after the build |
145+
| enable linting | `ionic_enable_lint` | `--enableLint` | `true` | Set to `false` for skipping the linting after the build |
146146

147147

148148

0 commit comments

Comments
 (0)