We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e204ea2 commit a56597fCopy full SHA for a56597f
src/formats/plain.js
@@ -2,7 +2,7 @@ import _ from 'lodash';
2
import getPath from '../getPath.js';
3
4
const checkBolleanNull = (value) => {
5
- if (_.isNull(value) || _.isBoolean(value)) {
+ if (_.isNull(value) || _.isBoolean(value)|| _.isNumber(value)) {
6
return value;
7
}
8
return `'${value}'`;
0 commit comments